How to use the @misk/dev.vendorExternals function in @misk/dev

To help you get started, we’ve selected a few @misk/dev examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cashapp / misk-web / packages / @misk / simpleredux / webpack.config.js View on Github external
src: path.resolve(__dirname, "./src/"),
      tests: path.resolve(__dirname, "./tests/")
    }
  },
  plugins: bundleAnalyzer
    ? [
        new BundleAnalyzerPlugin({
          analyzerMode: "static",
          reportFilename: "bundle-analyzer-report-common.html",
          statsFilename: "bundle-analyzer-report-common.json",
          generateStatsFile: true,
          openAnalyzer: false
        })
      ]
    : [],
  externals: MiskDev.vendorExternals
}
github cashapp / misk-web / packages / @misk / core / webpack.config.js View on Github external
}
  },
  plugins: [CopyWebpackPluginConfig].concat(
    bundleAnalyzer
      ? [
          new BundleAnalyzerPlugin({
            analyzerMode: "static",
            reportFilename: "bundle-analyzer-report-common.html",
            statsFilename: "bundle-analyzer-report-common.json",
            generateStatsFile: true,
            openAnalyzer: false
          })
        ]
      : []
  ),
  externals: MiskDev.vendorExternals
}

@misk/dev

Misk-Web Build and Dev Tools

Apache-2.0
Latest version published 2 years ago

Package Health Score

61 / 100
Full package analysis

Similar packages