mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 22:35:09 +00:00
oops
This commit is contained in:
@@ -4,6 +4,6 @@ export function copy_shimport(dest: string) {
|
|||||||
const shimport_version = require('shimport/package.json').version;
|
const shimport_version = require('shimport/package.json').version;
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
`${dest}/client/shimport@${shimport_version}.js`,
|
`${dest}/client/shimport@${shimport_version}.js`,
|
||||||
fs.readFileSync(require.resolve('shimport/index.dev.js'))
|
fs.readFileSync(require.resolve('shimport/index.js'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user