moment-timezone-data-webpack-plugin
-
[error] Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/ moment-timezone.js?0efb:44 Uncaught TypeError: Cannot read property 'split' of undefinedFrontend/react 2020. 1. 7. 14:58
Error: Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/ Solution: npm install --save-dev moment-timezone-data-webpack-plugin const MomentTimezoneDataPlugin = require('moment-timezone-data-webpack-plugin'); module.exports = { plugins: [ new MomentTimezoneDataPlugin({ // options }), ] };