chore(project): update rollup config

This commit is contained in:
Nico Rehwaldt 2019-07-12 09:04:42 +02:00
parent 9b0b9d4424
commit dbfc1596cf

View File

@ -98,9 +98,11 @@ function pgl(plugins=[]) {
'process.env.NODE_ENV': JSON.stringify('production')
}),
nodeResolve({
module: true,
main: true,
browser: true
mainFields: [
'browser',
'module',
'main'
]
}),
commonjs(),
json(),