mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-10 04:19:54 +00:00
feat: editor script's addEtraLib fn implemented
- webpack 5 raw loader implemted to fetch auto suggest script type definitions as string
This commit is contained in:
@@ -163,6 +163,10 @@ exports.rules = [
|
||||
'sass-loader', // compiles Sass to CSS
|
||||
],
|
||||
},
|
||||
{
|
||||
resourceQuery: /raw/,
|
||||
type: 'asset/source',
|
||||
},
|
||||
{
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/i,
|
||||
type: 'asset/resource',
|
||||
|
||||
Reference in New Issue
Block a user