UNPKG
webpack-init-project
Version:
latest (1.0.1)
1.0.1
1.0.0
learning webpack completely
github.com/specialCoder/use-webpack
specialCoder/use-webpack
webpack-init-project
/
src
/
print.js
3 lines
•
87 B
JavaScript
View Raw
1
2
3
export
default
function
printMe
(
) {
console
.
log
(
'I get called from print.js!'
); }