mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 02:12:24 +02:00
Update rollup-plugin-node-resolve mainFields option
Eliminates warnings about the deprecated options
This commit is contained in:
+1
-2
@@ -38,8 +38,7 @@ module.exports = function buildSrc() {
|
||||
}
|
||||
}),
|
||||
nodeResolve({
|
||||
module: true,
|
||||
main: true,
|
||||
mainFields: ['module', 'main'],
|
||||
browser: false
|
||||
}),
|
||||
commonjs(),
|
||||
|
||||
Reference in New Issue
Block a user