11 lines
273 B
JavaScript
11 lines
273 B
JavaScript
|
/*
|
||
|
* @Author: Kane
|
||
|
* @Date: 2023-02-23 16:15:45
|
||
|
* @LastEditors: Kane
|
||
|
* @LastEditTime: 2023-02-23 16:16:04
|
||
|
* @FilePath: /后端辅助工具/webpack.config.js
|
||
|
* @Description:
|
||
|
*
|
||
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||
|
*/
|
||
|
const path = require("path");
|