linking lbry-redux works

This commit is contained in:
jessop 2019-11-21 11:38:41 -05:00 committed by Sean Yesmunt
parent 03b14f5cfe
commit b4440285f8
2 changed files with 3 additions and 0 deletions

View file

@ -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);

View file

@ -83,6 +83,7 @@ let baseConfig = {
'lodash.clonedeep': 'lodash-es/cloneDeep',
...ifProduction({}, { 'react-dom': '@hot-loader/react-dom' }),
},
symlinks: false,
},
plugins: [