Added webpack build config

This commit is contained in:
euvl
2016-11-14 15:46:35 +00:00
parent 0a1017bfc4
commit a13056c608
12 changed files with 102 additions and 56 deletions

View File

@@ -1,6 +1,5 @@
module.exports = {
root: true,
fix: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
@@ -12,7 +11,7 @@ module.exports = {
'settings': {
'import/resolver': {
'webpack': {
'config': 'build/webpack.base.conf.js'
'config': './webpack.base.config.js'
}
}
},