Commit Graph

88 Commits (3bab84bf28998b551e29940dc4bad14fca652fd2)

Author SHA1 Message Date
James Diefenderfer 3bab84bf28
add support for dynamic filenames
Add support for custom filename template for worker scripts.
2019-11-21 13:44:50 -08:00
Alex Dima 1d1473de8e 1.7.0 2018-11-23 12:54:35 +01:00
Alex Dima ca9e6a49ed Fixes #52 2018-11-23 12:53:39 +01:00
Alex Dima e8b7ffdcac Update to test with latest editor 2018-11-23 12:48:42 +01:00
Alexandru Dima 9941fe08ed
Merge pull request #53 from pimterry/patch-1
Mark all options as optional in the type definitions
2018-11-23 12:47:02 +01:00
Alexandru Dima 9d7497846a
Merge pull request #51 from kube/webpack-plugin-type-compat
Webpack Plugin Type Compatibility. Solves #49
2018-11-23 12:46:11 +01:00
Tim Perry 71728e7e92
Mark all options as optional in the type definitions 2018-11-22 14:23:41 +01:00
Chris Feijoo 5f51fd24f3 Use CommonJS export 2018-11-15 15:39:03 +01:00
Chris Feijoo 5ac536ca6e Make MonacoEditorWebpackPlugin definition extend Webpack.Plugin 2018-11-15 15:08:33 +01:00
Chris Feijoo d7b9a173c1 Add @types/webpack dependency 2018-11-15 15:07:57 +01:00
Alex Dima d558cab174 1.6.0 2018-11-13 15:08:10 +01:00
Alex Dima 9eb201f72f Improve type definition 2018-11-13 15:07:55 +01:00
Alex Dima d8a6aaf6a0 Update deps 2018-11-13 15:05:11 +01:00
Alexandru Dima 9c27a942ca
Merge pull request #48 from dturcotte/dturcotte/module-typings
Bare minimum module declaration for compatibility with TypeScript web…
2018-11-13 15:04:58 +01:00
Doug Turcotte 2a88406fe7 Bare minimum module declaration for compatibility with TypeScript webpack configs with noImplicitAny 2018-11-12 12:39:42 -05:00
Alexandru Dima ab9e0b371b
Merge pull request #44 from kandl/cra-v2
make it work with create-react-app v2
2018-11-11 00:16:30 +01:00
Matyas Kandl 43c8a14805 make it work with create-react-app v2 2018-10-12 11:46:30 +02:00
Alex Dima 97b26e76f9 1.5.4 2018-09-20 10:45:36 +02:00
Alexandru Dima 1bd93df64b
Merge pull request #37 from nicoabie/exclude-features
Feature exclude
2018-09-20 10:45:00 +02:00
Alexandru Dima d46361b007
Merge pull request #39 from cdakin1/handlebars-fix
Fix handlebars language loader
2018-09-20 10:42:42 +02:00
cdakin1 f4420fb3f1
Update README.md
Includes instructions for including subsets of languages that share web workers
2018-09-18 14:01:29 -05:00
Chris Dakin 66254d1e60 Fix handlebars language loader
Handlebars shares a worker with html in the same way that
javascript/typescript and css/less/scss share workers. However, the
handlebars/html association was missing from the createLoaderRules
function. This was causing a bad network request when the language was
set to handlebars in the monaco-editor due to trying to load an
undefined web worker.

This change associates the handlebars and html workerPaths to prevent
these issues.
2018-09-18 11:31:26 -05:00
Alexandru Dima 8a99e801dd
Merge pull request #38 from ArgonAlex/remove-es2015
Remove untranspiled ES2015 from final output
2018-09-18 10:48:21 +02:00
Alex Walter afb9f52b7c
Remove untranspiled ES2015 from final output 2018-09-17 19:18:08 -07:00
Nicolás Andrés Gallinal 97fa344ed9 Add ability to exclude certain default features by prefixing them with an exclamation mark 2018-09-13 10:05:55 -03:00
Alex Dima 2f7821f494 1.5.3 2018-09-13 12:03:52 +02:00
Alexandru Dima f9243c19e4
Merge pull request #34 from L1uD0ngq1/master
Webpack createChildCompiler api will drop SingleEntryPlugin complication hook
2018-09-13 12:02:47 +02:00
Alexandru Dima d2e728fe93
Merge pull request #33 from dgeibi/master
fix rule test for windows user
2018-09-13 11:48:08 +02:00
佛肚 71327a4c27 Merge branch 'master' of github.com:Microsoft/monaco-editor-webpack-plugin 2018-09-10 17:21:13 +08:00
佛肚 dbbbc1b531 Webpack createChildCompiler api will drop SingleEntryPlugin complication hook 2018-09-10 17:09:30 +08:00
Jiabin Peng 68cb00d20f
fix rule test for windows user 2018-09-06 18:42:09 +08:00
Alex Dima c91fcbecca 1.5.2 2018-08-31 15:29:57 +02:00
Alexandru Dima c2e9b691dc
Merge pull request #30 from L1uD0ngq1/master
Absolute Path will be broken when npm in symlink mode(cnpm)
2018-08-31 15:29:22 +02:00
佛肚 cb473c82aa Absolute Path will be broken when npm in symlink mode(cnpm) 2018-08-30 20:48:19 +08:00
Alex Dima f166cef0aa 1.5.1 2018-08-11 00:32:33 +02:00
Alex Dima ca5e6abbe0 Do not create file:/// protocol fallback for web workers 2018-08-11 00:32:26 +02:00
Alex Dima 2fa1e0f3a6 1.5.0 2018-08-10 21:34:52 +02:00
Alex Dima 104d63abb3 Request monaco-editor@0.14 2018-08-10 21:34:37 +02:00
Alex Dima f86321e052 Align languages with upcoming editor release 2018-08-10 16:42:30 +02:00
Alex Dima e605ab21ef Fixes #26 2018-08-10 15:26:55 +02:00
Alex Dima 02fcbd578a Align features with upcoming editor release 2018-08-10 15:15:33 +02:00
Alex Dima c734cbaf0c Update dev dependencies 2018-08-10 14:29:59 +02:00
Alexandru Dima 466bc4f0dd
Merge pull request #25 from evmar/docs-css
document necessary css loaders
2018-08-10 14:17:54 +02:00
Evan Martin 5c68d18081
document necessary css loaders
Copy the CSS config from the test into the docs, because without this
the same code fails to build.
2018-07-21 10:16:59 -07:00
Alex Dima 48e17a0001 1.4.0 2018-07-03 12:53:32 +02:00
Alexandru Dima 30868019d9
Update README.md 2018-07-03 12:50:38 +02:00
Alexandru Dima 1e3817ae55
Merge pull request #23 from mikegreiling/support-node-6-lts
Add support for Node 6 LTS
2018-07-03 12:46:56 +02:00
Alex Dima 22ba9ff9c7 Delete test/package.json 2018-07-03 12:46:02 +02:00
Alex Dima 146fedb9cf Merge remote-tracking branch 'origin/master' into pr/mikegreiling/23 2018-07-03 12:42:51 +02:00
Alex Dima 92ea8b5d76 Fix regular expressions on Windows (Fixes #3) 2018-07-03 12:31:25 +02:00