Fix path for collection entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user