diff --git a/packages/webpack.common.js b/packages/webpack.common.js index 97dfb33..dbc7705 100644 --- a/packages/webpack.common.js +++ b/packages/webpack.common.js @@ -27,7 +27,7 @@ module.exports = function(root) { }, output: { filename: '[name].bundle.js', - path: path.join(root, 'public'), + path: root, }, module: { noParse: /node_modules\/express\/lib\/view.js/,