mirror of
https://github.com/flarum/framework.git
synced 2025-03-06 02:01:34 +08:00

Aliasing was only working for the `src` directory, it would not find modules in the `lib` directory. Therefore the easiest way to migrate will be to remove the prefix manually from import statements.
298 B
Executable File
298 B
Executable File
Webpack config for Flarum JavaScript compilation.
This package generates a Webpack config object that will compile JavaScript for use in Flarum. Example usage:
// webpack.config.js
var config = require('flarum-webpack-config');
module.exports = config();