-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi There,
Based on this issue babel/babel#15353 (comment) the mithril documentation found here needs an update https://mithril.js.org/jsx.html. The single quotes should be removed from around the bracket. My working file is as follows:
module.exports = {
presets: ["@babel/preset-env"],
plugins: [
"@babel/plugin-proposal-object-rest-spread",
["babel-plugin-root-import", { rootPathSuffix: "src" }],
[
"@babel/plugin-transform-react-jsx",
{
pragma: "m",
pragmaFrag: "["
}
]
],
sourceMaps: true,
retainLines: true,
env: {
test: {
plugins: ["@babel/plugin-transform-modules-commonjs"]
}
}
};
Metadata
Metadata
Assignees
Labels
No labels