starting to lose my sense of humour

This commit is contained in:
Rich Harris
2018-08-29 17:17:36 -04:00
parent d6d0a15015
commit 8226e9bc1f
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export default [
{
input: `src/runtime/index.ts`,
output: {
file: path.join(__dirname, `runtime.js`),
file: `./runtime.js`,
format: 'es'
},
plugins: [
@@ -37,7 +37,7 @@ export default [
`src/webpack.ts`
],
output: {
dir: path.join(__dirname, 'dist'),
dir: './dist',
format: 'cjs',
sourcemap: true
},