mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
ffs
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import path from 'path';
|
||||
import typescript from 'rollup-plugin-typescript';
|
||||
import string from 'rollup-plugin-string';
|
||||
import json from 'rollup-plugin-json';
|
||||
@@ -36,7 +37,7 @@ export default [
|
||||
`src/webpack.ts`
|
||||
],
|
||||
output: {
|
||||
dir: 'dist',
|
||||
dir: path.join(__dirname, 'dist'),
|
||||
format: 'cjs',
|
||||
sourcemap: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user