Skip to content

Commit 114ed92

Browse files
committed
We don't do JS
1 parent 5360c84 commit 114ed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config = {
2727
resolve: {
2828
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader
2929
mainFields: ['browser', 'module', 'main'], // look for `browser` entry point in imported node modules
30-
extensions: ['.ts', '.js'], // FIXME: Johan: Remove .js? We aren't doing any JavaScript.
30+
extensions: ['.ts'],
3131
alias: {
3232
// provides alternate implementation for node module and source files
3333
},

0 commit comments

Comments
 (0)