0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

📎 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({