Azure Monitor: build monaco with webpack WIP
Showing
... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
"@babel/preset-env": "^7.1.0", | "@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.0.0", | "@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.1.0", | "@babel/preset-typescript": "^7.1.0", | ||
"@kusto/monaco-kusto": "https://github.com/grafana/monaco-kusto", | |||
"@rtsao/plugin-proposal-class-properties": "^7.0.1-patch.1", | "@rtsao/plugin-proposal-class-properties": "^7.0.1-patch.1", | ||
"@types/classnames": "^2.2.6", | "@types/classnames": "^2.2.6", | ||
"@types/d3": "^4.10.1", | "@types/d3": "^4.10.1", | ||
... | @@ -83,6 +84,7 @@ | ... | @@ -83,6 +84,7 @@ |
"prettier": "1.9.2", | "prettier": "1.9.2", | ||
"react-hot-loader": "^4.3.6", | "react-hot-loader": "^4.3.6", | ||
"react-test-renderer": "^16.5.0", | "react-test-renderer": "^16.5.0", | ||
"regexp-replace-loader": "^1.0.1", | |||
"sass-lint": "^1.10.2", | "sass-lint": "^1.10.2", | ||
"sass-loader": "^7.0.1", | "sass-loader": "^7.0.1", | ||
"sinon": "1.17.6", | "sinon": "1.17.6", | ||
... | @@ -97,6 +99,7 @@ | ... | @@ -97,6 +99,7 @@ |
"tslint-react": "^3.6.0", | "tslint-react": "^3.6.0", | ||
"typescript": "^3.0.3", | "typescript": "^3.0.3", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | "uglifyjs-webpack-plugin": "^1.2.7", | ||
"vscode-languageserver-types": "^3.14.0", | |||
"webpack": "4.19.1", | "webpack": "4.19.1", | ||
"webpack-bundle-analyzer": "^2.9.0", | "webpack-bundle-analyzer": "^2.9.0", | ||
"webpack-cleanup-plugin": "^0.5.1", | "webpack-cleanup-plugin": "^0.5.1", | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
scripts/webpack/loaders/blobUrl.js
0 → 100644
scripts/webpack/loaders/compile.js
0 → 100644
scripts/webpack/webpack.monaco.js
0 → 100644
Please
register
or
sign in
to comment