mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Minor changes on rollup config.
This commit is contained in:
4
frontend/vendor/rollup.config.js
vendored
4
frontend/vendor/rollup.config.js
vendored
@@ -17,8 +17,8 @@ const plugins = [
|
||||
|
||||
resolve({
|
||||
mainFields: ['module', 'main'],
|
||||
// preferBuiltins: false,
|
||||
browser: true
|
||||
preferBuiltins: true,
|
||||
browser: true,
|
||||
}),
|
||||
|
||||
commonjs({
|
||||
|
||||
Reference in New Issue
Block a user