Skip to content

Commit 014df1f

Browse files
griest024stasson
authored andcommitted
fix(webpack): common chunks plugin typo
1 parent db5bf6c commit 014df1f

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
@@ -139,7 +139,7 @@ const plugins = [
139139
// merge manifest in vendor chunk
140140
new webpack.optimize.CommonsChunkPlugin({
141141
name: "manifest",
142-
chuncks: ['vendor']
142+
chunks: ['vendor']
143143
}),
144144

145145
]

0 commit comments

Comments
 (0)