]> Softwares of Agnibho - obscalc.git/blobdiff - webpack.config.js
Major upgrade
[obscalc.git] / webpack.config.js
index 69fe720841fc76073096eafb89ec6854c243b867..d87f3b831e586361543070033d239f5eb30d63e2 100644 (file)
@@ -4,8 +4,8 @@ var path = require('path')
     module.exports = {
        entry: './src/main.js',
        output: {
-           path: path.resolve(__dirname, './dist'),
-           publicPath: '/dist/',
+           path: path.resolve(__dirname, 'dist'),
+           publicPath: 'dist/',
            filename: 'bundle.js'
        },
        module: {