Procházet zdrojové kódy

ensure that codemirror/src is processed by babel

Yuki Takei před 7 roky
rodič
revize
be31177781
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      config/webpack.common.js

+ 1 - 0
config/webpack.common.js

@@ -77,6 +77,7 @@ module.exports = (options) => {
           exclude: {
           exclude: {
             test:    helpers.root('node_modules'),
             test:    helpers.root('node_modules'),
             exclude: [  // include as a result
             exclude: [  // include as a result
+              helpers.root('node_modules/codemirror/src'),
               helpers.root('node_modules/string-width'),
               helpers.root('node_modules/string-width'),
               helpers.root('node_modules/is-fullwidth-code-point'), // depends from string-width
               helpers.root('node_modules/is-fullwidth-code-point'), // depends from string-width
             ]
             ]