feat: webpack config
This commit is contained in:
15
config-overrides.js
Normal file
15
config-overrides.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/* config-overrides.js */
|
||||
|
||||
module.exports = function override(config, env) {
|
||||
//do stuff with the webpack config...
|
||||
return {
|
||||
...config,
|
||||
resolve: {
|
||||
...config.resolve,
|
||||
fallback: {
|
||||
...config.resolve.fallback,
|
||||
path: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user