Commit graph

50 commits

Author SHA1 Message Date
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
Tim Kendrick
c20f6dd6aa Fix worker output path in loader rules 2018-06-12 16:34:28 +01:00
Alex Dima
5f84834ffa Clarify example
Add launch configuration
2018-06-12 09:43:14 +02:00
Alexandru Dima
198d321805
Merge pull request #14 from dmitriylyner/enhancement/context-path
Enhancement/dynamicPublicPath - Take into account publicPath being set dynamically
2018-06-12 09:25:07 +02:00
Dmitriy Lyner
fa97cf3a83 nvm string syntax. oops 2018-05-31 14:29:24 -06:00
Dmitriy Lyner
7a8774bafd an extra \ snuck in compared to origina ldeleted function 2018-05-31 14:28:50 -06:00
Dmitriy Lyner
29bed5adbd rename parameter string to str purely to prevent confusion 2018-05-31 14:27:14 -06:00
Dmitriy Lyner
b6b4422ab4 remove console log and condense return into 1 line 2018-05-31 11:19:50 -06:00
Dmitriy Lyner
f7a3a213f6 per timkenrick's feedback. Slight modification in that the outer function (MonacoEnvironment iife) is run at build time while the getWorkerUrl function is run at runtime so we must move the logic for accessing window.__webpack_public_path__ inside. 2018-05-31 11:14:33 -06:00
Dmitriy Lyner
87f68ff7af base case 2018-05-30 15:10:07 -06:00
Dmitriy Lyner
3884bd5470 Merge branch 'enhancement/context-path' of https://github.com/dmitriylyner/monaco-editor-webpack-plugin into enhancement/context-path 2018-05-30 13:33:03 -06:00
Dmitriy Lyner
44bfaed10e this is more inline with webpack https://webpack.js.org/concepts/output/\#advanced 2018-05-30 13:32:54 -06:00
Dima
eaf91c414e
Merge branch 'master' into enhancement/context-path 2018-05-30 12:25:36 -06:00
Dmitriy Lyner
f1ea23c229 fix logic. It's more lines of code but safer. 2018-05-30 11:07:22 -06:00
Dmitriy Lyner
083face122 Take <base href=..> into account 2018-05-30 10:15:11 -06:00
Alex Dima
ef899cbd35 1.2.1 2018-05-30 11:25:44 +02:00
Alex Dima
61bfb5f8a6 Fixes #8: Avoid arrow functions in generated code 2018-05-30 11:25:17 +02:00
Alex Dima
6b7dfecca4 1.2.0 2018-05-18 14:50:03 +02:00
Alex Dima
c75e97e037 Fixes #12: Catch up with 0.13.x rename 2018-05-18 14:48:47 +02:00
Alex Dima
900e817512 Add simple way to test (#12) 2018-05-18 14:48:27 +02:00
Alex Dima
ff60cf8b84 1.1.0 2018-04-12 09:30:24 +02:00
Alex Dima
5aba6b02ac Adopt new monaco-editor 2018-04-12 09:30:17 +02:00
Alex Dima
961659d32e 1.0.0 2018-04-11 09:58:56 +02:00
Alex Dima
2639244ae8 Fix path lookup 2018-04-11 09:57:59 +02:00
Alex Dima
118c0d5783 Improve README, webpack consumption 2018-04-09 16:53:49 +02:00
Tim Kendrick
7c18d303e6 Add webpack loader plugin 2018-04-09 16:36:25 +02:00
Alex Dima
7ff49af7a6 Set up things 2018-04-09 16:28:21 +02:00
Microsoft Open Source
10e8a5d23f Initial commit 2018-03-26 04:32:11 -07:00
Microsoft Open Source
a2aa459e5e Initial commit 2018-03-26 04:32:10 -07:00
Microsoft GitHub User
169dd4ab69
Initial commit 2018-03-26 04:32:06 -07:00