Skip to content

Commit b47be46

Browse files
working now
1 parent bc25405 commit b47be46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webpack.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ var webpack = require('webpack')
33

44
module.exports = {
55
entry: {
6-
'../docs/assets/js/app': './src/app.js',
7-
vuecontentloading: './src/core/components.js'
6+
'docs/assets/js/app.js': './src/app.js',
7+
'dist/vuecontentloading.js': './src/core/components.js'
88
},
99
output: {
10-
path: path.resolve(__dirname, './dist'),
11-
filename: '[name].js',
10+
path: path.resolve(__dirname, './'),
11+
filename: '[name]',
1212
library: 'VueContentLoading',
1313
libraryTarget: 'umd'
1414
},

0 commit comments

Comments
 (0)