File tree 3 files changed +24
-43
lines changed
packages/scoped-custom-element-registry
3 files changed +24
-43
lines changed Original file line number Diff line number Diff line change
1
+ --compilation_level=ADVANCED_OPTIMIZATIONS
2
+ --warning_level=VERBOSE
3
+ --language_in=STABLE
4
+ --language_out=ECMASCRIPT5_STRICT
5
+ --dependency_mode=PRUNE
6
+ --entry_point=./src/scoped-custom-element-registry.js
7
+ --js=./src/scoped-custom-element-registry.js
8
+ --js_output_file=./scoped-custom-element-registry.min.js
9
+ --output_wrapper="(function(){
10
+ %output%
11
+ }).call(typeof globalThis === 'object' ? globalThis : window);
12
+
13
+ //# sourceMappingURL=scoped-custom-element-registry.min.js.map"
14
+ --assume_function_wrapper=true
15
+ --rewrite_polyfills=false
16
+ --create_source_map=./scoped-custom-element-registry.min.js.map
17
+ --source_map_include_content
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 47
47
},
48
48
"wireit" : {
49
49
"build" : {
50
- "command" : " gulp" ,
50
+ "dependencies" : [
51
+ " build:closure"
52
+ ]
53
+ },
54
+ "build:closure" : {
55
+ "command" : " google-closure-compiler --flagfile closure-flags.txt" ,
51
56
"files" : [
52
- " gulpfile.js " ,
57
+ " closure-flags.txt " ,
53
58
" src/**/*.js"
54
59
],
55
60
"output" : [
You can’t perform that action at this time.
0 commit comments