arc-webpack

2.0.7 • Public • Published

arc-webpack

ebay open source MIT licensed travisci build Codecov npm version downloads

Example

Bundle for desktop

import webpack from 'webpack';
import AdaptivePlugin from 'arc-webpack';

let compiler = webpack({
  // ...
  plugins: [
      new AdaptivePlugin({ flags: { desktop: true } })
  ]
});

Bundle for node.js server

import webpack from 'webpack';
import AdaptivePlugin from 'arc-webpack';

let compiler = webpack({
  target: 'async-node',
  // ...
  plugins: [
    new AdaptivePlugin({ proxy: true })
  ]
});

Readme

Keywords

none

Package Sidebar

Install

npm i arc-webpack

Weekly Downloads

1

Version

2.0.7

License

MIT

Unpacked Size

7.17 kB

Total Files

5

Last publish

Collaborators

  • mlrawlings
  • dylanpiercey
  • fierysunset