Skip to content

Commit

Permalink
feat: maximize browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
williazz committed Jun 24, 2024
1 parent 3259747 commit ea4f8ce
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions webpack/webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');

const babelLoaderOptions = {
presets: [
[
'@babel/preset-env',
{
targets: {
edge: '17',
firefox: '60',
chrome: '67',
safari: '11.1'
}
}
]
]
presets: [['@babel/preset-env']]
};

module.exports = {
Expand Down

0 comments on commit ea4f8ce

Please sign in to comment.