mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Fix rollup not seeing jsx files
This commit is contained in:
parent
e14069514a
commit
194bcaca38
@ -24,6 +24,8 @@ const plugins = [
|
|||||||
exclude: 'node_modules/**',
|
exclude: 'node_modules/**',
|
||||||
}),
|
}),
|
||||||
nodeResolve(),
|
nodeResolve(),
|
||||||
|
extensions: [ '.mjs', '.js', '.jsx', '.json' ],
|
||||||
|
}),
|
||||||
commonjs({
|
commonjs({
|
||||||
include: 'node_modules/**',
|
include: 'node_modules/**',
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user