Skip to content

Commit

Permalink
🏗 Use babel-plugin-optimize-objstr (#32872)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorozco committed Feb 25, 2021
1 parent 775b5f6 commit 9ebd283
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-system/babel-config/pre-closure-config.js
Expand Up @@ -39,6 +39,7 @@ function getPreClosureConfig() {
];
const replacePlugin = getReplacePlugin();
const preClosurePlugins = [
'optimize-objstr',
argv.coverage ? 'babel-plugin-istanbul' : null,
'./build-system/babel-plugins/babel-plugin-transform-fix-leading-comments',
'./build-system/babel-plugins/babel-plugin-transform-promise-resolve',
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -64,6 +64,7 @@
"ava": "3.15.0",
"babel-plugin-istanbul": "6.0.0",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-optimize-objstr": "1.0.0",
"babelify": "10.0.0",
"baconipsum": "0.1.2",
"base62": "2.0.1",
Expand Down

0 comments on commit 9ebd283

Please sign in to comment.