webpack.config.js const MomentLocalesPlugin = require('moment-locales-webpack-plugin'); module.exports = { plugins: [ // To strip all locales except “en” ...
確定! 回上一頁