File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,23 @@ const buildTargets: BuildOptions[] = [
51
51
minify : true ,
52
52
env : 'production' ,
53
53
} ,
54
- // ESM, embedded `process`, ES2017 syntax : modern Webpack dev
54
+ // ESM, embedded `process`: modern Webpack dev
55
55
{
56
56
format : 'esm' ,
57
57
name : 'modern' ,
58
58
target : 'esnext' ,
59
59
minify : false ,
60
60
env : '' ,
61
61
} ,
62
- // ESM, pre-compiled "dev", ES2017 syntax : browser development
62
+ // ESM, pre-compiled "dev": browser development
63
63
{
64
64
format : 'esm' ,
65
65
name : 'modern.development' ,
66
66
target : 'esnext' ,
67
67
minify : false ,
68
68
env : 'development' ,
69
69
} ,
70
- // ESM, pre-compiled "prod", ES2017 syntax : browser prod
70
+ // ESM, pre-compiled "prod": browser prod
71
71
{
72
72
format : 'esm' ,
73
73
name : 'modern.production.min' ,
You can’t perform that action at this time.
0 commit comments