I\'m launching a react app, and here\'s my Webpack configuration:
\'use strict\' const ExtractPlugin = require(\'extract-text-webpack-plugin\') const HTMLPl
If nothing up here worked, Just remove plugins from old babel. In my case removing following spread plugin had disappeared the thing.
plugins: ["transform-object-rest-spread"]