Alexandru Dima
dfa3f22cc6
Add support for plugin-specific public path ( #81 )
...
Add support for plugin-specific public path
2019-12-18 12:21:17 +01:00
Alexandru Dima
da92d8fcc8
Merge remote-tracking branch 'origin/master' into pr/jimmydief/81
2019-12-18 12:20:22 +01:00
Alexandru Dima
e76c7068a0
Merge pull request #74 from nikeee/master
...
Add loader-utils and make @types/webpack a dev dependency
2019-12-18 12:14:46 +01:00
Alexandru Dima
8aa2205ff3
Simplify code since alias is no longer used
2019-12-18 12:09:59 +01:00
Alexandru Dima
5c82c65ae8
Remove more undefined fields
2019-12-18 11:53:07 +01:00
Alexandru Dima
f9a577ee8b
Remove unused field
2019-12-18 11:51:47 +01:00
Alexandru Dima
06d7cfe314
Merge remote-tracking branch 'origin/master' into pr/rkrasiuk/67
2019-12-18 10:53:08 +01:00
Alexandru Dima
491bd2a849
Merge pull request #62 from domoritz/patch-1
...
Bump to 0.16
2019-12-18 10:51:37 +01:00
Alexandru Dima
f6a2196885
Fix __webpack_public_path__ within getWorkerUrl method ( #63 )
...
Fix __webpack_public_path__ within getWorkerUrl method
2019-12-18 09:44:10 +01:00
James Diefenderfer
e7551d3bf9
reference free variable
2019-11-15 12:53:28 -08:00
James Diefenderfer
c9c13e7b55
add support for plugin-specific public path
...
Override the public path from which files generated by this plugin will be served. This wins out over Webpack's dynamic runtime path and can be useful to avoid attempting to load workers cross-origin when using a CDN for other static resources.
2019-11-15 12:47:26 -08:00
Niklas Mollenhauer
f397fae745
npm audit fix
2019-10-08 21:59:05 +02:00
Niklas Mollenhauer
21fb24c290
Resolve #70
2019-10-08 21:58:42 +02:00
Niklas Mollenhauer
adc49310ee
Resolve #73
2019-10-08 21:57:58 +02:00
rkrasiuk
01040633ae
indentation
2019-06-17 13:17:30 -05:00
rkrasiuk
7bce3f3c92
restore package json defaults for plugin
2019-06-17 13:13:05 -05:00
rkrasiuk
584f788a42
bump monaco-editor version and add graphql
2019-06-17 13:04:18 -05:00
Mike Greiling
4273b13ac4
Webpack property __webpack_public_path__ must be a free var
2019-03-13 09:54:45 -05:00
Dominik Moritz
59d1dd0941
Bump to 0.16
2019-03-05 18:04:58 -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