♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
webpack-loader-import-module
/
text-to-export-loader.js
text-to-export-loader.js
4 lines
99 B
module
.
exports
=
function
(
source
) {
return
`export default ${
JSON
.
stringify
(
source
.
trim
())
};`
}
v2.0.0
/
Go
SIGN IN