Skip to content

Commit 49c207b

Browse files
committed
Fixes entry point in webpack config to allow js and ts files
1 parent 7fdf8e0 commit 49c207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function createBundleConfig(bundle: Bundle, {analyser}: Options) {
2727

2828
const config: Configuration = {
2929
mode: 'production',
30-
entry: `./src/${bundle.source}.js`,
30+
entry: `./src/${bundle.source}`,
3131
output: {
3232
path: `${targetPath}${outputPath}`,
3333
filename: `${bundle.filename}.js`,

0 commit comments

Comments
 (0)