Files
flights_web/ClientApp/custom-webpack.config.js

7 lines
147 B
JavaScript

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