Skip to content

Commit

Permalink
[TF-902] Fix build output path
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmasonwang committed Sep 19, 2023
1 parent 1493bcf commit ebb2745
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 ebb2745

Please sign in to comment.