Skip to content

Commit

Permalink
Merge branch 'master' of github.com:olegnn/react-shopping-cart
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Jun 27, 2020
2 parents fa3991e + e5fdfbd commit 9ef6fc3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions webpack.config.example_prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ module.exports = {
rules: [
{
test: /\.js$/,
use: [
{
loader: "babel-loader",
options: {
presets: ["@babel/preset-env"],
plugins: ["@babel/plugin-transform-runtime"],
},
},
],
use: ["babel-loader"],
exclude: /node_modules/,
},
{
Expand Down

0 comments on commit 9ef6fc3

Please sign in to comment.