mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Obey the browser field
This commit is contained in:
+1
-1995
File diff suppressed because it is too large
Load Diff
+3
-1997
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -3,7 +3,7 @@ import commonjs from 'rollup-plugin-commonjs';
|
||||
|
||||
export default {
|
||||
plugins: [
|
||||
nodeResolve({ jsnext: true, main: true }),
|
||||
nodeResolve({ jsnext: true, main: true, browser: true }),
|
||||
commonjs()
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user