0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00

pin Rollup version until we upgrade

This commit is contained in:
Rich Harris 2018-12-28 17:39:14 -05:00
parent b799edc5a6
commit 95c84498e0

View File

@ -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();