File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
const MonacoWebpackPlugin = require ( 'monaco-editor-webpack-plugin' ) ;
2
2
const { prependWebpackPlugin } = require ( "@rescripts/utilities" ) ;
3
3
4
- console . log ( "loaded rescripts file" ) ;
5
-
6
4
module . exports = function override ( config , env ) {
7
- console . log ( "mangling webpack config" ) ;
8
- //do stuff with the webpack config...
9
5
config . plugins . unshift ( new MonacoWebpackPlugin ( {
10
6
// available options are documented at https://github.com/Microsoft/monaco-editor-webpack-plugin#options
11
7
languages : [ "json" , "html" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ interface IProps {
6
6
language : string ;
7
7
editorDidMount : ( editor : any , ref : React . RefObject < any > ) => any ;
8
8
options ?: any ;
9
- theme : string ;
10
9
line ?: number ;
11
10
loading ?: Element | string ;
12
11
width ?: string | number ;
You can’t perform that action at this time.
0 commit comments