Skip to content

Commit 9c96da9

Browse files
committed
fixed sample
1 parent 1fd85e2 commit 9c96da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/faucet-pipeline-jsx/samples/faucet.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
js: [{
5-
source: "./src/index.js",
5+
source: "./index.js",
66
target: "./dist/bundle.js",
77
jsx: { pragma: "createElement" }
88
}]

0 commit comments

Comments
 (0)