Skip to content

Commit

Permalink
webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Jul 31, 2020
1 parent 99da17f commit 230e3d4
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 316 deletions.
1 change: 1 addition & 0 deletions fileTemplates/ECMAScript 6.es6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"use strict";
28 changes: 15 additions & 13 deletions fileTemplates/[webpack] Babel༏ext༏.config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"browsers": [
"cover 99.5%"
]
}
}
]
]
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}
}
]
]
}
Loading

0 comments on commit 230e3d4

Please sign in to comment.