logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 138e5a0b1ebc7d21c1f2a73c9742cef600c5af40
parent: 79dacea96254d8b01f9896e026b27c572401f2a8
Author: unarist <m.unarist@gmail.com>
Date:   Sat, 24 Jun 2017 21:03:52 +0900

Fix webpack config for Windows (#3926)


Diffstat:

Mconfig/webpack/loaders/babel.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/webpack/loaders/babel.js b/config/webpack/loaders/babel.js @@ -1,7 +1,7 @@ module.exports = { test: /\.js$/, // include react-intl because transform-react-remove-prop-types needs to apply to it - exclude: /node_modules\/(?!react-intl)/, + exclude: /node_modules[\/\\](?!react-intl)/, loader: 'babel-loader', options: { forceEnv: process.env.NODE_ENV || 'development',