First draft of working NBN theme for mediawiki
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
const mix = require('laravel-mix');
|
||||
|
||||
mix.webpackConfig({
|
||||
externals: { 'jquery': 'jQuery' }
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/, // Match all font file types
|
||||
type: 'asset/resource', // Handle font files as assets
|
||||
generator: {
|
||||
filename: 'fonts/[name][ext]', // Output to public/fonts/
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
externals: { 'jquery': 'jQuery' }
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user