Skip to content

Commit 6158262

Browse files
committed
fix webpack common
1 parent fe5eac7 commit 6158262

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

webpack.common.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ module.exports = (env) => {
3535
path.resolve(__dirname, 'node_modules/@patternfly/patternfly/assets/fonts'),
3636
path.resolve(__dirname, 'node_modules/@patternfly/patternfly/assets/pficon'),
3737
],
38-
use: {
39-
options: {
40-
// Limit at 50k. larger files emited into separate files
41-
limit: 5000,
42-
outputPath: 'fonts',
43-
name: '[name].[ext]',
44-
},
45-
},
4638
},
4739
{
4840
test: /\.svg$/,

0 commit comments

Comments
 (0)