mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-02-04 12:53:10 +00:00
- Created webpack.config.js to configure the build process for the application. - Set entry point to app.js and output to precompiled/bundle.js. - Excluded node_modules from the bundle and specified external dependencies. - Added Babel loader for transpiling JavaScript files. - Included a license file for regenerator-runtime in precompiled directory.
2 lines
163 B
Plaintext
2 lines
163 B
Plaintext
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|