Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 29, 2018
1 parent 5d0b7af commit 76cb6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/utils/copy_shimport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export function copy_shimport(dest: string) {
const shimport_version = require('shimport/package.json').version;
fs.writeFileSync(
`${dest}/client/shimport@${shimport_version}.js`,
fs.readFileSync(require.resolve('shimport/index.dev.js'))
fs.readFileSync(require.resolve('shimport/index.js'))
);
}

0 comments on commit 76cb6d9

Please sign in to comment.