1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Fix rollup not seeing jsx files

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-04-07 10:29:37 -07:00
parent e14069514a
commit 194bcaca38

View File

@@ -24,6 +24,8 @@ const plugins = [
exclude: 'node_modules/**',
}),
nodeResolve(),
extensions: [ '.mjs', '.js', '.jsx', '.json' ],
}),
commonjs({
include: 'node_modules/**',
}),