Skip to content

Commit

Permalink
Merge pull request #794 from sealink/TF-902
Browse files Browse the repository at this point in the history
[TF-902] Fix build output path
  • Loading branch information
bigmasonwang committed Sep 20, 2023
2 parents 1493bcf + ebb2745 commit 79b571e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Unreleased

- [TF-902] Fix build output path

## 1.14.0

- [PLAT-1173] Add node 18 support
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.mjs
Expand Up @@ -23,13 +23,13 @@ export default {
external: ['regenerator-runtime/runtime'],
output: [
{
file: '../dist/printers_qt.js',
file: './dist/printers_qt.js',
format: 'cjs',
name: 'printers-qt',
sourcemap: true,
},
{
file: '../dist/printers_qt.mjs',
file: './dist/printers_qt.mjs',
format: 'es',
sourcemap: true,
},
Expand Down

0 comments on commit 79b571e

Please sign in to comment.