зеркало из https://github.com/mozilla/treeherder.git
Use babel config
This commit is contained in:
Родитель
13a6f1f72f
Коммит
60fad519ff
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"debug": false,
|
||||
"useBuiltIns": false,
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"last 1 Chrome versions",
|
||||
"last 1 Edge versions",
|
||||
"last 1 Firefox versions",
|
||||
"last 1 Safari versions"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"@babel/preset-react",
|
||||
{
|
||||
"development": true,
|
||||
"useSpread": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
"react-hot-loader/babel",
|
||||
[
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
{
|
||||
"loose": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
const { createTransformer } = require('babel-jest');
|
||||
|
||||
module.exports = createTransformer();
|
|
@ -103,45 +103,6 @@ module.exports = {
|
|||
/* neutrino.config.module.rule('compile').use('babel') */
|
||||
{
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
cacheDirectory: true,
|
||||
babelrc: false,
|
||||
configFile: false,
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
debug: false,
|
||||
useBuiltIns: false,
|
||||
targets: {
|
||||
browsers: [
|
||||
'last 1 Chrome versions',
|
||||
'last 1 Edge versions',
|
||||
'last 1 Firefox versions',
|
||||
'last 1 Safari versions',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
'@babel/preset-react',
|
||||
{
|
||||
development: true,
|
||||
useSpread: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
'react-hot-loader/babel',
|
||||
[
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
{
|
||||
loose: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
@ -64,51 +64,6 @@ module.exports = {
|
|||
use: [
|
||||
{
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
cacheDirectory: true,
|
||||
babelrc: false,
|
||||
configFile: false,
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
debug: false,
|
||||
useBuiltIns: false,
|
||||
targets: {
|
||||
browsers: [
|
||||
'last 1 Chrome versions',
|
||||
'last 1 Edge versions',
|
||||
'last 1 Firefox versions',
|
||||
'last 1 Safari versions',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
'@babel/preset-react',
|
||||
{
|
||||
development: false,
|
||||
useSpread: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
'react-hot-loader',
|
||||
[
|
||||
'babel-plugin-transform-react-remove-prop-types',
|
||||
{
|
||||
removeImport: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
{
|
||||
loose: true,
|
||||
},
|
||||
],
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче