Skip to content

Commit

Permalink
Remove babel polyfill by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zackify committed Apr 21, 2018
1 parent 81871ef commit 0198244
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion config/base.webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = ({
return {
mode: production ? 'production' : 'development',
context: __dirname,
entry: ['@babel/polyfill', process.cwd() + '/./index.js'],
entry: process.cwd() + '/./index.js',
output: {
chunkFilename: '[name].chunk.js',
filename: '[name].js',
Expand Down
18 changes: 1 addition & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenblock",
"version": "0.3.2",
"version": "0.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.44",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
Expand Down

0 comments on commit 0198244

Please sign in to comment.