Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/ui-babel-preset/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ module.exports = function (
targets: {
browsers: require('@instructure/browserslist-config-instui')
},
useBuiltIns: 'usage',
// this version has to match the version in package.json
corejs: '3.49.0',
modules: opts.esModules ? false : 'commonjs'
// debug: true, // un-comment if you want to see what browsers are being targeted and what plugins that means it will activate
}
Expand Down
6 changes: 1 addition & 5 deletions packages/ui-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
"@instructure/babel-plugin-transform-imports": "workspace:*",
"@instructure/browserslist-config-instui": "workspace:*",
"babel-loader": "^10.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"core-js": "3.49.0"
},
"//dependency-comments": {
"core-js": "If you upgrade coreJS, you must also upgrade the version in the Babel preset"
"babel-plugin-transform-remove-console": "^6.9.4"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 1 addition & 9 deletions pnpm-lock.yaml

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

Loading