Revert "fix build on updated npm modules"

just for me?
his reverts commit e7f170c30635f37e9839e1930adff5f9cce684c0.
This commit is contained in:
vGimly
2018-08-08 17:50:56 +03:00
parent ccef7b595c
commit 3c04ad148f
2 changed files with 1 additions and 11 deletions

View File

@ -16,15 +16,7 @@ module.exports = {
{
test: /\.js$/,
exclude: /node_modules/,
use: {
loader: "babel-loader",
options: {
presets: ['@babel/react'],
plugins:[
["@babel/plugin-proposal-class-properties",{ "loose": true }],
"@babel/plugin-proposal-object-rest-spread"
]}
}
use: ["babel-loader"]
},
{
test: /\.css$/,