mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-16 20:14:35 +00:00
Add browser:true to rollup-plugin-node-resolve for client build.
This commit is contained in:
@@ -27,7 +27,9 @@ export default {
|
||||
hydratable: true,
|
||||
emitCss: true
|
||||
}),
|
||||
resolve(),
|
||||
resolve({
|
||||
browser: true
|
||||
}),
|
||||
commonjs(),
|
||||
|
||||
legacy && babel({
|
||||
|
||||
Reference in New Issue
Block a user