You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2019/11/12 15:37:46 UTC

[myfaces-tobago] 01/02: Add sourcemap to tobago-bundle.js

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 55c3aed59fc48fd5983d90ee16f92fa3dd04e8c9
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 12 10:52:22 2019 +0100

    Add sourcemap to tobago-bundle.js
    
    Sourcemap is now generated from rollup for better debugging purpose.
    
    issue: TOBAGO-1633: TS refactoring
---
 tobago-theme/tobago-theme-standard/src/main/npm/rollup.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/rollup.config.js b/tobago-theme/tobago-theme-standard/src/main/npm/rollup.config.js
index 13f8a1c..d59e238 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/rollup.config.js
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/rollup.config.js
@@ -22,6 +22,7 @@ export default {
   output: {
     file: 'js/tobago-bundle.js',
     format: 'iife',
+    sourcemap: true,
     name: 'tobago'
   },
   plugins: [