We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5eac7 commit 6158262Copy full SHA for 6158262
webpack.common.js
@@ -35,14 +35,6 @@ module.exports = (env) => {
35
path.resolve(__dirname, 'node_modules/@patternfly/patternfly/assets/fonts'),
36
path.resolve(__dirname, 'node_modules/@patternfly/patternfly/assets/pficon'),
37
],
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
46
},
47
{
48
test: /\.svg$/,
0 commit comments