getting error: a dependency to an entry point is not allowed
This commit is contained in:
parent
4f96ab5353
commit
b24d3b952b
3 changed files with 6 additions and 86 deletions
|
@ -43,6 +43,7 @@ module.exports = function(config) {
|
|||
'static/js/**/*.ts': ['webpack'],
|
||||
},
|
||||
webpack: {
|
||||
resolve: webpackConfig.resolve,
|
||||
module: webpackConfig.module,
|
||||
},
|
||||
webpackMiddleware: {
|
||||
|
|
Reference in a new issue