Skip to content

Commit a8b8b84

Browse files
committed
fix(useCookie): Make useCookie require peerDependency for cookie-universal
1 parent e99cee1 commit a8b8b84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: rollup.config.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export default {
2727
output: [{ banner, file: pkg.module, format: 'es' }],
2828
// Indicate here external modules you don't wanna include in your bundle (i.e.: 'lodash')
2929
external: ['vue', '@vue/composition-api', 'cookie-universal'],
30-
watch: {
31-
include: 'src/**'
32-
},
30+
watch: { include: 'src/**' },
3331
plugins: [
3432
// Allow json resolution
3533
json(),

0 commit comments

Comments
 (0)