Skip to content

Commit 0178486

Browse files
committed
Rename to babel.config.js
1 parent 4b07386 commit 0178486

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

File renamed without changes.

config/webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ const FriendlyErrorsWebpackPlugin = require('friendly-errors-webpack-plugin');
22
const path = require('path');
33
const nodeExternals = require('webpack-node-externals');
44

5-
console.log(require.resolve('babel-loader'));
6-
75
module.exports = {
86
entry: {
97
// We take care of setting up the server under ./server.js
@@ -28,7 +26,7 @@ module.exports = {
2826
options: {
2927
babelrc: true,
3028
cacheDirectory: true,
31-
presets: [require.resolve('../babel')],
29+
presets: [require.resolve('../babel.config')],
3230
},
3331
},
3432
],

0 commit comments

Comments
 (0)