Skip to content

Commit

Permalink
fix: properly reference babel config in webpack dev stage preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Butterworth committed Apr 3, 2020
1 parent 38947fd commit 2eeee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.dev-stage.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = Merge.smart(commonConfig, {
use: {
loader: 'babel-loader',
options: {
configFile: presets.webpackDevServerStage.resolvedFilepath,
configFile: presets.babel.resolvedFilepath,
// Caches result of loader to the filesystem. Future builds will attempt to read
// from the cache to avoid needing to run the expensive recompilation process
// on each run.
Expand Down

0 comments on commit 2eeee55

Please sign in to comment.