将 total.js 重命名为 totaljs
Rename total.js to totaljs
如果我将total.js文件夹的名称更改为totaljs,或者我必须更改一些'require'引用,有什么问题吗?
示例:
将 Node_modules/total.js 重命名为 node_modules/totaljs
我认为重命名没有任何问题。它会起作用,但您必须将 require()
中的引用更改为 totaljs
。
如果我将total.js文件夹的名称更改为totaljs,或者我必须更改一些'require'引用,有什么问题吗?
示例: 将 Node_modules/total.js 重命名为 node_modules/totaljs
我认为重命名没有任何问题。它会起作用,但您必须将 require()
中的引用更改为 totaljs
。