0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2024-12-14 01:15:16 +00:00
mastodon/config/webpack/test.js

7 lines
205 B
JavaScript
Raw Normal View History

// Note: You must restart bin/webpack-dev-server for changes to take effect
const merge = require('webpack-merge');
const sharedConfig = require('./shared.js');
module.exports = merge(sharedConfig, {});