Skip to content

Commit

Permalink
[DDW47] upgrade to webpack 3 with electron-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Jan 8, 2018
1 parent 81f61d8 commit 0241518
Show file tree
Hide file tree
Showing 560 changed files with 21,499 additions and 140,872 deletions.
20 changes: 10 additions & 10 deletions .babelrc
@@ -1,6 +1,11 @@
{
"presets": ["es2015", "stage-0", "react"],
"presets": [
"env",
"stage-0",
"react"
],
"plugins": [
"react-hot-loader/babel",
"add-module-exports",
"transform-decorators-legacy",
"lodash",
Expand All @@ -18,14 +23,9 @@
"production": {
"presets": ["react-optimize"],
"plugins": ["babel-plugin-dev-expression"]
},
"development": {
"presets": ["react-hmre"]
},
"test": {
"plugins": [
["webpack-loaders", { "config": "./webpack/webpack.config.development.js", "verbose": false }]
]
}
}
},
"ignore": [
"node_modules"
]
}
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -63,7 +63,8 @@
"no-await-in-loop": 0,
"no-restricted-syntax": 0,
"no-return-assign": 0,
"prefer-promise-reject-errors": 0
"prefer-promise-reject-errors": 0,
"no-unused-expressions": 0
},
"plugins": [
"import",
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
6.7.0
8.2.1
7 changes: 0 additions & 7 deletions .storybook/config.js

This file was deleted.

17 changes: 0 additions & 17 deletions .storybook/webpack.config.js

This file was deleted.

0 comments on commit 0241518

Please sign in to comment.