Skip to content

Commit

Permalink
Merge pull request #1268 from cozy/fix-babel
Browse files Browse the repository at this point in the history
fix: Faulty babel configuration
  • Loading branch information
y-lohse authored Nov 26, 2019
2 parents ac16cc8 + cfbaa75 commit 269c26f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path')
const { isUsingDevStyleguidist } = require('./docs/build-utils')
const { isUsingDevStyleguidist } = require('./scripts/build-utils')

const plugins = [
// While developing on the styleguidist, we do not want babel to touch the CSS
Expand Down
2 changes: 1 addition & 1 deletion docs/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const webpack = require('webpack')
const { isUsingDevStyleguidist } = require('./build-utils')
const { isUsingDevStyleguidist } = require('../scripts/build-utils')

module.exports = {
resolve: {
Expand Down
File renamed without changes.

0 comments on commit 269c26f

Please sign in to comment.