mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 22:46:17 +08:00
.. | ||
.gitignore | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
Webpack config factory for Flarum JavaScript compilation.
This package generates a Webpack config object that will compile JavaScript for use in Flarum.
Usage
webpack.config.js
var config = require('flarum-webpack-config');
module.exports = config();
To merge in custom Webpack config options, use webpack-merge.