initial commit
This commit is contained in:
3
khtml-example/webpack.config.d/bootstrap.js
vendored
Normal file
3
khtml-example/webpack.config.d/bootstrap.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
config.module.rules.push({test: /\.(woff|woff2)(\?v=\d+\.\d+\.\d+)?$/, type: 'asset'});
|
||||
config.module.rules.push({test: /\.ttf(\?v=\d+\.\d+\.\d+)?$/, type: 'asset'});
|
||||
config.module.rules.push({test: /\.eot(\?v=\d+\.\d+\.\d+)?$/, type: 'asset/resource'});
|
Reference in New Issue
Block a user