7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
/* eslint-disable no-undef */
|
|
module.exports = {
|
|
output: {
|
|
chunkLoadingGlobal: 'webpackJsonp' + Math.random().toString(),
|
|
},
|
|
};
|