mirror of
https://github.com/trambarhq/relaks-wordpress-example.git
synced 2025-09-02 20:52:33 +02:00
Fixed resolution of node_modules.
This commit is contained in:
@@ -25,7 +25,7 @@ var clientConfig = {
|
||||
},
|
||||
resolve: {
|
||||
extensions: [ '.js', '.jsx' ],
|
||||
modules: [ Path.resolve('./src'), Path.resolve('./node_modules') ],
|
||||
modules: [ Path.resolve('./src'), 'node_modules' ],
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
Reference in New Issue
Block a user