Compare commits
3 Commits
00d00561d7
...
e98cf232ce
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | e98cf232ce | |
Derrick Hammer | 14c030695d | |
Derrick Hammer | 69380c7b8e |
|
@ -10,7 +10,10 @@ export default function preset() {
|
||||||
typescript(),
|
typescript(),
|
||||||
json(),
|
json(),
|
||||||
bundleNativeModulesPlugin(),
|
bundleNativeModulesPlugin(),
|
||||||
nodeResolve(),
|
nodeResolve({
|
||||||
|
mainFields: ["main"],
|
||||||
|
exportConditions: ["node", "require", "default"],
|
||||||
|
}),
|
||||||
commonjs(),
|
commonjs(),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
|
@ -11,7 +11,10 @@ export default function preset(): RollupOptions {
|
||||||
typescript(),
|
typescript(),
|
||||||
json(),
|
json(),
|
||||||
bundleNativeModulesPlugin(),
|
bundleNativeModulesPlugin(),
|
||||||
nodeResolve(),
|
nodeResolve({
|
||||||
|
mainFields: ["main"],
|
||||||
|
exportConditions: ["node", "require", "default"],
|
||||||
|
}),
|
||||||
commonjs(),
|
commonjs(),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
|
@ -37,13 +37,13 @@ __metadata:
|
||||||
|
|
||||||
"@lumeweb/rollup-plugin-bundle-native-modules@https://git.lumeweb.com/LumeWeb/rollup-plugin-bundle-native-modules.git":
|
"@lumeweb/rollup-plugin-bundle-native-modules@https://git.lumeweb.com/LumeWeb/rollup-plugin-bundle-native-modules.git":
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
resolution: "@lumeweb/rollup-plugin-bundle-native-modules@https://git.lumeweb.com/LumeWeb/rollup-plugin-bundle-native-modules.git#commit=1f5eb3657e6699067003be2e8ff146aef0115355"
|
resolution: "@lumeweb/rollup-plugin-bundle-native-modules@https://git.lumeweb.com/LumeWeb/rollup-plugin-bundle-native-modules.git#commit=00d00561d702e388f8b958d1e57ec1f621687ffa"
|
||||||
dependencies:
|
dependencies:
|
||||||
ast-matcher: ^1.1.1
|
ast-matcher: ^1.1.1
|
||||||
loady: ^0.0.5
|
loady: ^0.0.5
|
||||||
magic-string: ^0.27.0
|
magic-string: ^0.27.0
|
||||||
node-gyp-build: ^4.5.0
|
node-gyp-build: ^4.5.0
|
||||||
checksum: 5633a5b473961c01ce1fe442d38885cebba7744c63108e2ae05f956465f4e2edcfc99e5da29db8951fce1b2215fae0c91e17a94c0ede650bba2e8a1790511115
|
checksum:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue