Add browser:true to rollup-plugin-node-resolve for client build.

This commit is contained in:
pngwn
2019-06-07 21:08:14 +01:00
committed by Conv
parent b050563d36
commit a1b567dc08

View File

@@ -27,7 +27,9 @@ export default {
hydratable: true,
emitCss: true
}),
resolve(),
resolve({
browser: true
}),
commonjs(),
legacy && babel({