|
|
|
@ -3,7 +3,7 @@ import * as path from "path";
|
|
|
|
|
import * as fs from "fs";
|
|
|
|
|
import { rollup } from 'rollup';
|
|
|
|
|
import * as virtual from 'rollup-plugin-virtual';
|
|
|
|
|
import { clear_loops, flush, set_now, set_raf, component_subscribe } from "../../internal";
|
|
|
|
|
import { clear_loops, flush, set_now, set_raf } from "../../internal";
|
|
|
|
|
|
|
|
|
|
import {
|
|
|
|
|
showOutput,
|
|
|
|
@ -229,7 +229,7 @@ describe.only("runtime", () => {
|
|
|
|
|
}),
|
|
|
|
|
{
|
|
|
|
|
name: 'svelte-packages',
|
|
|
|
|
resolveId: (importee, importer) => {
|
|
|
|
|
resolveId: (importee) => {
|
|
|
|
|
if (importee.startsWith('svelte/')) {
|
|
|
|
|
return importee.replace('svelte', process.cwd()) + '/index.mjs';
|
|
|
|
|
}
|
|
|
|
|