Skip to content

Commit

Permalink
Add/wp scripts babel (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolosw authored Mar 14, 2019
1 parent 4b2e531 commit 52c6536
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 14 deletions.
3 changes: 0 additions & 3 deletions wp-scripts/.babelrc

This file was deleted.

127 changes: 126 additions & 1 deletion wp-scripts/build/index.js

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

2 changes: 1 addition & 1 deletion wp-scripts/build/index.js.map

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

9 changes: 0 additions & 9 deletions wp-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
},
"main": "wp-scripts-plugin.js",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@wordpress/babel-plugin-import-jsx-pragma": "file:../../gutenberg/packages/babel-plugin-import-jsx-pragma",
"@wordpress/babel-preset-default": "file:../../gutenberg/packages/babel-preset-default",
"@wordpress/browserslist-config": "file:../../gutenberg/packages/browserslist-config",
"@wordpress/scripts": "file:../../gutenberg/packages/scripts"
},
"scripts": {
Expand Down

0 comments on commit 52c6536

Please sign in to comment.