forked from github.com/GenderDysphoria.fyi
Fix rollup not seeing jsx files
This commit is contained in:
@@ -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/**',
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user