Commit graph

29 commits

Author SHA1 Message Date
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