fix: re-order extends
This commit is contained in:
parent
f6e4811cf3
commit
b6f8e36836
|
@ -15,8 +15,8 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
|||
|
||||
return {
|
||||
extends: [
|
||||
"@lumeweb/node-library-preset",
|
||||
"@lumeweb/presetter-preset-rollup",
|
||||
"@lumeweb/node-library-preset",
|
||||
],
|
||||
supplementaryIgnores: ignores,
|
||||
supplementaryConfig: {
|
||||
|
|
Loading…
Reference in New Issue