Skip to content

Commit 2c777e9

Browse files
authored
Merge pull request #358 from pxFIN/fix-sample-webpack-entry
fix demo sample webpack entry configuration
2 parents be95d75 + 01650b3 commit 2c777e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/webpack/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
mode: 'production',
77
context: __dirname,
88
entry: [
9-
'./Sample',
9+
'./index.jsx',
1010
],
1111
output: {
1212
path: path.join(__dirname, 'dist'),

0 commit comments

Comments
 (0)