File tree Expand file tree Collapse file tree 4 files changed +2
-42
lines changed Expand file tree Collapse file tree 4 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 33
33
} ;
34
34
</ script >
35
35
< script type ="module " src ="./src/open-scd.js "> </ script >
36
- < script >
37
- if ( 'serviceWorker' in navigator )
38
- navigator . serviceWorker . register ( '/sw.js' ) ;
39
- </ script >
40
36
</ body >
41
37
42
38
</ html >
Original file line number Diff line number Diff line change 65
65
"release:patch" : " standard-version --release-as patch" ,
66
66
"release:major" : " standard-version --release-as major" ,
67
67
"build" : " npm run test && npm run build:notest && cp .nojekyll build/" ,
68
- "build:notest" : " npm run doc && snowpack build && workbox generateSW workbox-config.cjs " ,
68
+ "build:notest" : " npm run doc && snowpack build" ,
69
69
"start" : " snowpack dev"
70
70
},
71
71
"devDependencies" : {
97
97
"typedoc" : " ^0.21.5" ,
98
98
"typedoc-plugin-markdown" : " ^3.10.4" ,
99
99
"typescript" : " 4.3.5" ,
100
- "web-component-analyzer" : " ^1.1.6" ,
101
- "workbox-cli" : " ^6.2.4"
100
+ "web-component-analyzer" : " ^1.1.6"
102
101
},
103
102
"eslintConfig" : {
104
103
"extends" : [
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments