mirror of
https://github.com/flarum/framework.git
synced 2025-02-09 00:13:59 +08:00
![David Sevilla Martín](/assets/img/avatar_default.png)
* Switch from 'moment' to 'dayjs' * Use humanize code from duration plugin (without actual plugin) for time lapsed events
9 lines
173 B
JavaScript
Executable File
9 lines
173 B
JavaScript
Executable File
const config = require('flarum-webpack-config');
|
|
const merge = require('webpack-merge');
|
|
|
|
module.exports = merge(config(), {
|
|
output: {
|
|
library: 'flarum.core'
|
|
},
|
|
});
|