We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc1e46 + 8991935 commit 11b01f9Copy full SHA for 11b01f9
fluent-react/test/.babelrc
@@ -1,11 +1,5 @@
1
{
2
"presets": [
3
"@babel/preset-react"
4
- ],
5
- "plugins": [
6
- ["babel-plugin-transform-rename-import", {
7
- "original": "fluent",
8
- "replacement": "fluent/compat"
9
- }]
10
]
11
}
mocha_setup.js
@@ -5,7 +5,7 @@ require("@babel/register")({
ignore: [
// Ignore node_modules other than own Fluent dependencies.
path => /node_modules/.test(path)
- && !/node_modules\/fluent/.test(path)
+ && !/node_modules\/@fluent/.test(path)
],
plugins: [
"@babel/plugin-proposal-async-generator-functions",
0 commit comments