From d14f1a80a26756b3f519216ceebabe4070fb4b17 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 1 Oct 2018 18:37:14 -0500 Subject: [PATCH] comment re: adaptation from babel-preset-react-app --- lib/pipeline/webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 617fdb344..8cc5441ea 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -65,6 +65,9 @@ function resolve(pkgName) { // base config // ----------------------------------------------------------------------------- +// order and options of plugins and presets adapted from babel-preset-react-app: +// see: https://github.com/facebook/create-react-app/blob/72d4ab02922c54b80126da2e132f60fdbdc2f6b3/packages/babel-preset-react-app/create.js + // + Plugins run before Presets. // + Plugin ordering is first to last. // + Preset ordering is reversed (last to first).