Skip to content

Commit

Permalink
Revert to prevent merging conflicts with symfony#550
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Apr 7, 2019
1 parent 63d5d8b commit 23daef4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/loaders/babel.js
Expand Up @@ -12,11 +12,11 @@
const loaderFeatures = require('../features');
const applyOptionsCallback = require('../utils/apply-options-callback');

/**
* @param {WebpackConfig} webpackConfig
* @return {Array} of loaders to use for Babel
*/
module.exports = {
/**
* @param {WebpackConfig} webpackConfig
* @return {Array} of loaders to use for Babel
*/
getLoaders(webpackConfig) {
let babelConfig = {
// improves performance by caching babel compiles
Expand Down

0 comments on commit 23daef4

Please sign in to comment.