linking lbry-redux works
This commit is contained in:
parent
03b14f5cfe
commit
b4440285f8
2 changed files with 3 additions and 0 deletions
|
@ -18,7 +18,9 @@ renderConfig = merge(renderConfig, {
|
|||
plugins: [new webpack.HotModuleReplacementPlugin()],
|
||||
resolve: {
|
||||
alias: { 'react-dom': '@hot-loader/react-dom' },
|
||||
symlinks: false,
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
const mainCompiler = webpack(mainConfig);
|
||||
|
|
|
@ -83,6 +83,7 @@ let baseConfig = {
|
|||
'lodash.clonedeep': 'lodash-es/cloneDeep',
|
||||
...ifProduction({}, { 'react-dom': '@hot-loader/react-dom' }),
|
||||
},
|
||||
symlinks: false,
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue