Commit graph

79 commits

Author SHA1 Message Date
Tim Perry
71728e7e92
Mark all options as optional in the type definitions 2018-11-22 14:23:41 +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
Alex Dima
5569d6fa18 Improve package.json 2018-07-03 12:10:17 +02:00
Alex Dima
ebe8c27add Fixes #21 2018-07-03 11:50:26 +02:00
Mike Greiling
1723fda926
remove unnecessary parens 2018-07-03 01:39:58 -05:00
Mike Greiling
8332b52938
remove object spread for node 6 compatibility 2018-07-03 01:31:06 -05:00
Mike Greiling
50ced222cb
fix npm test script 2018-07-03 01:19:41 -05:00
Alexandru Dima
98d97d8541
Merge pull request #19 from brijeshb42/master
Add support for webpack 3
2018-07-02 15:05:42 +02:00
Brijesh Bittu
19632dfaa6 Add support for webpack 3 2018-06-18 15:23:20 +05:30
Alex Dima
b1bb04e2f1 1.3.0 2018-06-13 11:00:43 +02:00
Alexandru Dima
7e67afdc3d
Merge pull request #18 from timkendrick/fix/worker-output-path
Fix worker output path in loader rules
2018-06-13 10:58:40 +02:00