mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Handle .ttf
This commit is contained in:
parent
98a8d5a06a
commit
eaacb00bb4
5 changed files with 18 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ module.exports = {
|
|||
rules: [{
|
||||
test: /\.css$/,
|
||||
use: ['style-loader', 'css-loader']
|
||||
}, {
|
||||
test: /\.ttf$/,
|
||||
use: ['file-loader']
|
||||
}]
|
||||
},
|
||||
plugins: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue