How to use @theforeman/vendor - 1 common examples

To help you get started, we’ve selected a few @theforeman/vendor 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 theforeman / foreman / config / webpack.config.js View on Github external
/* eslint-disable no-var*/
'use strict';

var path = require('path');
var webpack = require('webpack');
var ForemanVendorPlugin = require('@theforeman/vendor').WebpackForemanVendorPlugin;
var UglifyJsPlugin = require('uglifyjs-webpack-plugin');
var StatsWriterPlugin = require("webpack-stats-plugin").StatsWriterPlugin;
var ExtractTextPlugin = require('extract-text-webpack-plugin');
var CompressionPlugin = require('compression-webpack-plugin');
var pluginUtils = require('../script/plugin_webpack_directories');
var vendorEntry = require('./webpack.vendor');
var SimpleNamedModulesPlugin = require('../webpack/simple_named_modules');
var argvParse = require('argv-parse');
var fs = require('fs');
var { execSync } = require('child_process');

var args = argvParse({
  port: {
    type: 'string',
  },
  host: {

@theforeman/vendor

foreman supported 3rd-party node_modules

MIT
Latest version published 20 days ago

Package Health Score

81 / 100
Full package analysis

Popular @theforeman/vendor functions

Similar packages