Skip to content

Commit

Permalink
Do not emit source maps of static resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Sep 12, 2018
1 parent 2d60b03 commit 4904b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Changelog
Este release atualiza as dependências do processamento de recursos estáticos.
Em ambiente de desenvolvimento pode ser necessário remover as pastas ``parts`` e ``webpack/node_modules`` para efetivar a atualização de ambiente.

- Evita a emissão de source maps dos recursos estáticos.
[hvelarde]

- Atualiza versões do `Node.js <https://nodejs.org/>`_ e sc.recipe.staticresources.
[rodfersou]

Expand Down
1 change: 0 additions & 1 deletion webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ module.exports = {
]
}]
},
devtool: 'source-map',
plugins: [
new ExtractTextPlugin({
filename: 'brasilgovagenda.css',
Expand Down

0 comments on commit 4904b36

Please sign in to comment.