Commit Graph

113 Commits (53f4ab5b0f60716644e0c3cbfc4a5572884cec96)
 

Author SHA1 Message Date
Alexandru Dima 53f4ab5b0f
Remove unused fallback field 5 years ago
Alexandru Dima 33b130172d
Simplify code 5 years ago
Alexandru Dima 0bd24b523b
Convert to TypeScript 5 years ago
Alexandru Dima e032f77fb9
Add support for dynamic filenames (#83)
Add support for dynamic filenames
5 years ago
Alexandru Dima d71d21ec6f
Merge remote-tracking branch 'origin/master' into pr/jimmydief/83 5 years ago
Alexandru Dima dfa3f22cc6
Add support for plugin-specific public path (#81)
Add support for plugin-specific public path
5 years ago
Alexandru Dima da92d8fcc8
Merge remote-tracking branch 'origin/master' into pr/jimmydief/81 5 years ago
Alexandru Dima e76c7068a0
Merge pull request #74 from nikeee/master
Add loader-utils and make @types/webpack a dev dependency
5 years ago
Alexandru Dima 8aa2205ff3
Simplify code since alias is no longer used 5 years ago
Alexandru Dima 5c82c65ae8
Remove more undefined fields 5 years ago
Alexandru Dima f9a577ee8b
Remove unused field 5 years ago
Alexandru Dima 06d7cfe314
Merge remote-tracking branch 'origin/master' into pr/rkrasiuk/67 5 years ago
Alexandru Dima 491bd2a849
Merge pull request #62 from domoritz/patch-1
Bump to 0.16
5 years ago
Alexandru Dima f6a2196885
Fix __webpack_public_path__ within getWorkerUrl method (#63)
Fix __webpack_public_path__ within getWorkerUrl method
5 years ago
James Diefenderfer 5e3cec5520
add explicit loader-utils dependency 5 years ago
James Diefenderfer 3bab84bf28
add support for dynamic filenames
Add support for custom filename template for worker scripts.
5 years ago
James Diefenderfer e7551d3bf9
reference free variable 5 years ago
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.
5 years ago
Niklas Mollenhauer f397fae745
npm audit fix 5 years ago
Niklas Mollenhauer 21fb24c290
Resolve #70 5 years ago
Niklas Mollenhauer adc49310ee
Resolve #73 5 years ago
rkrasiuk 01040633ae indentation 6 years ago
rkrasiuk 7bce3f3c92 restore package json defaults for plugin 6 years ago
rkrasiuk 584f788a42 bump monaco-editor version and add graphql 6 years ago
Mike Greiling 4273b13ac4
Webpack property __webpack_public_path__ must be a free var 6 years ago
Dominik Moritz 59d1dd0941
Bump to 0.16 6 years ago
Alex Dima 1d1473de8e 1.7.0 6 years ago
Alex Dima ca9e6a49ed Fixes #52 6 years ago
Alex Dima e8b7ffdcac Update to test with latest editor 6 years ago
Alexandru Dima 9941fe08ed
Merge pull request #53 from pimterry/patch-1
Mark all options as optional in the type definitions
6 years ago
Alexandru Dima 9d7497846a
Merge pull request #51 from kube/webpack-plugin-type-compat
Webpack Plugin Type Compatibility. Solves #49
6 years ago
Tim Perry 71728e7e92
Mark all options as optional in the type definitions 6 years ago
Chris Feijoo 5f51fd24f3 Use CommonJS export 6 years ago
Chris Feijoo 5ac536ca6e Make MonacoEditorWebpackPlugin definition extend Webpack.Plugin 6 years ago
Chris Feijoo d7b9a173c1 Add @types/webpack dependency 6 years ago
Alex Dima d558cab174 1.6.0 6 years ago
Alex Dima 9eb201f72f Improve type definition 6 years ago
Alex Dima d8a6aaf6a0 Update deps 6 years ago
Alexandru Dima 9c27a942ca
Merge pull request #48 from dturcotte/dturcotte/module-typings
Bare minimum module declaration for compatibility with TypeScript web…
6 years ago
Doug Turcotte 2a88406fe7 Bare minimum module declaration for compatibility with TypeScript webpack configs with noImplicitAny 6 years ago
Alexandru Dima ab9e0b371b
Merge pull request #44 from kandl/cra-v2
make it work with create-react-app v2
6 years ago
Matyas Kandl 43c8a14805 make it work with create-react-app v2 6 years ago
Alex Dima 97b26e76f9 1.5.4 7 years ago
Alexandru Dima 1bd93df64b
Merge pull request #37 from nicoabie/exclude-features
Feature exclude
7 years ago
Alexandru Dima d46361b007
Merge pull request #39 from cdakin1/handlebars-fix
Fix handlebars language loader
7 years ago
cdakin1 f4420fb3f1
Update README.md
Includes instructions for including subsets of languages that share web workers
7 years ago
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.
7 years ago
Alexandru Dima 8a99e801dd
Merge pull request #38 from ArgonAlex/remove-es2015
Remove untranspiled ES2015 from final output
7 years ago
Alex Walter afb9f52b7c
Remove untranspiled ES2015 from final output 7 years ago
Nicolás Andrés Gallinal 97fa344ed9 Add ability to exclude certain default features by prefixing them with an exclamation mark 7 years ago