diff --git a/webpack.common.js b/webpack.common.js index 4af468509..1373daead 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -4,7 +4,7 @@ const { VueLoaderPlugin } = require('vue-loader'); module.exports = { entry: { deck: path.join(__dirname, 'src', 'main.js'), - collections: ['./src/init-collections.js'] + collections: path.join(__dirname, 'src', 'init-collections.js'), }, output: { filename: '[name].js',