mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
pin Rollup version until we upgrade
This commit is contained in:
parent
b799edc5a6
commit
95c84498e0
@ -12,7 +12,7 @@ self.addEventListener('message', async event => {
|
||||
|
||||
importScripts(
|
||||
`https://unpkg.com/svelte@${version}/compiler.js`,
|
||||
`https://unpkg.com/rollup/dist/rollup.browser.js`
|
||||
`https://unpkg.com/rollup@0.68/dist/rollup.browser.js`
|
||||
);
|
||||
fulfil();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user