Skip to content

Commit

Permalink
installed minify
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Dec 19, 2022
1 parent c2a7b3a commit 60beec7
Show file tree
Hide file tree
Showing 3 changed files with 887 additions and 8,820 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (api) => {
api.cache.never();

return {
presets: ['@babel/preset-env'],
presets: ['@babel/preset-env', 'minify'],
plugins: [
'@babel/plugin-syntax-import-assertions',
'lodash',
Expand Down
Loading

0 comments on commit 60beec7

Please sign in to comment.