We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2387b84 commit d82c494Copy full SHA for d82c494
pkgs/by-name/am/amp-cli/package.nix
@@ -40,7 +40,7 @@ buildNpmPackage (finalAttrs: {
40
# Create a wrapper script that will be installed by npm
41
cat > bin/amp-wrapper.js << EOF
42
#!/usr/bin/env node
43
- require('@sourcegraph/amp/dist/amp.js')
+ import('@sourcegraph/amp/dist/main.js')
44
EOF
45
chmod +x bin/amp-wrapper.js
46
'';
0 commit comments