getting error: a dependency to an entry point is not allowed

This commit is contained in:
alecmerdler 2017-01-18 17:14:57 -08:00
parent 4f96ab5353
commit b24d3b952b
3 changed files with 6 additions and 86 deletions

View file

@ -43,6 +43,7 @@ module.exports = function(config) {
'static/js/**/*.ts': ['webpack'],
},
webpack: {
resolve: webpackConfig.resolve,
module: webpackConfig.module,
},
webpackMiddleware: {