mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 05:45:27 +00:00
starting to lose my sense of humour
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user