Files
2026-07-13 12:30:52 +08:00

15 lines
332 B
TypeScript

/*
* @Author: tackchen
* @Date: 2022-04-10 19:59:23
* @LastEditors: tackchen
* @LastEditTime: 2022-04-10 19:59:23
* @FilePath: /cnchar/webpack-config/bricks/other.js
* @Description: Coding something
*/
module.exports = {
extensions: [ '.tsx', '.ts', '.js' ],
externals: {
'https': 'commonjs https',
},
};