mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Run prettier
This commit is contained in:
parent
734e1cb987
commit
9a52545094
9 changed files with 97 additions and 62 deletions
|
|
@ -11,8 +11,8 @@ module.exports = {
|
|||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'monaco-editor': path.resolve(__dirname, '../../release'),
|
||||
},
|
||||
'monaco-editor': path.resolve(__dirname, '../../release')
|
||||
}
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
|
@ -26,7 +26,9 @@ module.exports = {
|
|||
}
|
||||
]
|
||||
},
|
||||
plugins: [new MonacoWebpackPlugin({
|
||||
monacoEditorPath: path.resolve(__dirname, '../../release')
|
||||
})]
|
||||
plugins: [
|
||||
new MonacoWebpackPlugin({
|
||||
monacoEditorPath: path.resolve(__dirname, '../../release')
|
||||
})
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue