This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Do not use @babel/preset-env to compile node_modules (
#10289
)
master
Yamagishi Kazutoshi
5 years ago
committed by
Eugen Rochko
parent
d5c79975ea
commit
1a0d3c9c65
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
config/webpack/rules/node_modules.js
+ 0
- 3
config/webpack/rules/node_modules.js
View File
@ -10,9 +10,6 @@ module.exports = {
loader
:
'babel-loader'
,
options
:
{
babelrc
:
false
,
presets
:
[
[
'@babel/env'
,
{
modules
:
false
}
]
,
]
,
plugins
:
[
'transform-react-remove-prop-types'
,
]
,
Write
Preview
Loading…
Cancel
Save