Added web setup entry point

This commit is contained in:
Ildar Kamalov
2019-01-18 19:29:51 +03:00
committed by Eugene Bujak
parent f21aebd1cf
commit 71259c5f19
4 changed files with 41 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ const merge = require('webpack-merge');
const common = require('./webpack.common.js');
module.exports = merge(common, {
devtool: 'inline-source-map',
module: {
rules: [{
test: /\.js$/,