Skip to content

Commit

Permalink
Rename swbn
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wasserman committed Apr 3, 2024
1 parent 62c07a6 commit 5e61df4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = async () => {
new WebBundlePlugin({
baseURL: new WebBundleId(key).serializeWithIsolatedWebAppOrigin(),
static: { dir: path.resolve(__dirname, 'static') },
output: 'signed.swbn',
output: 'iwa-windowing-example.swbn',
integrityBlockSign: {
strategy: new NodeCryptoSigningStrategy(key),
},
Expand Down

0 comments on commit 5e61df4

Please sign in to comment.