1.2.1 • Published 1 month ago

dfx-ember-webpack-plugin v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 month ago

dfx-ember-webpack-plugin

Webpack plugin for compiling an EmberJS frontend for the Internet Computer

Installation

npm install dfx-ember-webpack-plugin --save-dev

Usage

Just add this plugin to your configuration.

// webpack.config.js

// ...

const DfxEmberWebpackPlugin = require ('dfx-ember-webpack-plugin');

// ...

module.exports = {
  // ... 
  
  plugins: [
    // This plugin replaces the HtmlWebpackPlugin plugin.
    new DfxEmberWebpackPlugin ({ context: __dirname }),

    // other plugins
  ]
};

Happy Coding!

1.2.1

1 month ago

1.0.1

1 year ago

1.0.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago