Skip to content

Commit

Permalink
Remove the source code from the distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Apr 5, 2019
1 parent 4410e03 commit 454a1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/view/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ const template = `
style="${themeTransitionCSS}"
id="showBigData"
>Show BIG data</button>
${/*
<a
href="http://github.com/Finesse/telegram-chart"
target="_blank"
class="${styles.button}"
style="${themeTransitionCSS}"
>See the source code</a>
*/''}
</div>
<div class="${styles.themeSwitcherHolder}"></div>
<div class="${styles.themeSwitcher}" style="${themeTransitionCSS}">
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = (env, argv) => {
return {
entry: `./${sourceDirectory}/index.js`,
mode,
devtool: isDevelopment ? 'inline-source-map' : 'source-map',
devtool: isDevelopment ? 'inline-source-map' : undefined,
resolve: {
alias: getAliases(isDevelopment)
},
Expand Down

0 comments on commit 454a1f5

Please # to comment.