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 = {
|
module.exports = {
|
||||||
entry: {
|
entry: {
|
||||||
deck: path.join(__dirname, 'src', 'main.js'),
|
deck: path.join(__dirname, 'src', 'main.js'),
|
||||||
collections: ['./src/init-collections.js']
|
collections: path.join(__dirname, 'src', 'init-collections.js'),
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
|
|||||||
Reference in New Issue
Block a user