Skip to content

Commit c9cda18

Browse files
committed
Update workbox
Not strictly required for anything, but good practice, and useful as a starting point for the bugfix coming imminently...
1 parent 528dd86 commit c9cda18

File tree

3 files changed

+3478
-1863
lines changed

3 files changed

+3478
-1863
lines changed

automation/webpack.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default <Webpack.Configuration>{
2727
},
2828

2929
resolve: {
30-
extensions: ['.mjs', '.js', '.ts', '.tsx']
30+
extensions: ['.mjs', '.js', '.ts', '.tsx', '.json']
3131
},
3232

3333
stats: {

0 commit comments

Comments
 (0)