MCPcopy Index your code
hub / github.com/Lobos/react-ui / copyWebpackConfig

Function copyWebpackConfig

cli/init.js:123–131  ·  view source on GitHub ↗
(resolve, reject)

Source from the content-addressed store, hash-verified

121}
122
123function copyWebpackConfig (resolve, reject) {
124 try {
125 copy(`${__dirname}/webpack.config.js`, './webpack.config.js');
126 console.log('add webpack.config.js success.');
127 resolve(true);
128 } catch (e) {
129 reject(e);
130 }
131}
132
133function copyDemo (resolve, reject) {
134 try {

Callers

nothing calls this directly

Calls 1

copyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…