Skip to content

Commit e2ef304

Browse files
committed
Transform EVERYTHING
Except loadash
1 parent e89d6be commit e2ef304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
},
3535
{
3636
test: /\.jsx?$/,
37-
exclude: /node_modules\/(?!(mobx|mobx-preact|preact)\/).*/,
37+
exclude: /(micro-api-client|lodash)/,
3838
use: "babel-loader"
3939
},
4040
{

0 commit comments

Comments
 (0)