Skip to content

Commit eec2de9

Browse files
committed
fix syntax issue from PR
1 parent cac31f9 commit eec2de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/webpack-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default env => {
7878
'preact-cli-entrypoint': src('index.js'),
7979
'preact-cli-polyfills': resolve(__dirname, 'polyfills.js'),
8080
style: src('style'),
81-
preact$: isProd ? 'preact/dist/preact.min.js' : 'preact'
81+
preact$: isProd ? 'preact/dist/preact.min.js' : 'preact',
8282
// preact-compat aliases for supporting React dependencies:
8383
react: 'preact-compat',
8484
'react-dom': 'preact-compat',

0 commit comments

Comments
 (0)