📎 Minor changes on rollup config.

This commit is contained in:
Andrey Antukh
2019-10-18 18:49:35 +02:00
parent fdc3a93a75
commit 006fcaa511

View File

@@ -17,8 +17,8 @@ const plugins = [
resolve({
mainFields: ['module', 'main'],
// preferBuiltins: false,
browser: true
preferBuiltins: true,
browser: true,
}),
commonjs({