mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Fixes #90: Add rule for .ttf file
This commit is contained in:
parent
b665c1b566
commit
7bde413e17
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,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