From 6534c30200fa40f504879910de035092e0c64e8d Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 1 Oct 2018 19:51:01 -0500 Subject: [PATCH] rev comment to provide more context/clarity --- lib/pipeline/webpack.config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index e44bacf6..0e055b87 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -65,12 +65,11 @@ function resolve(pkgName) { // base config // ----------------------------------------------------------------------------- -// order and options of plugins and presets adapted from babel-preset-react-app: +// order and options of babel 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). +// + babel plugins run before babel presets. +// + babel plugin ordering is first to last. +// + babel preset ordering is reversed (last to first). // see: https://babeljs.io/docs/en/plugins#plugin-ordering const base = {