[med-svn] [Git][med-team/q2-taxa][master] Sensible naming
Nilesh Patra
gitlab at salsa.debian.org
Wed Jan 13 15:16:58 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / q2-taxa
Commits:
a23e3741 by Nilesh Patra at 2021-01-13T20:46:45+05:30
Sensible naming
- - - - -
2 changed files:
- debian/patches/fix → debian/patches/0001-make-compatible-with-webpack4.patch
- debian/patches/series
Changes:
=====================================
debian/patches/fix → debian/patches/0001-make-compatible-with-webpack4.patch
=====================================
@@ -3,7 +3,7 @@ Author: Nilesh Patra <npatra974 at gmail.com>
Last-Update: 2021-01-13
--- a/q2_taxa/assets/barplot/webpack.config.js
+++ b/q2_taxa/assets/barplot/webpack.config.js
-@@ -1,38 +1,42 @@
+@@ -1,38 +1,40 @@
var path = require('path');
var webpack = require('webpack');
+const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
@@ -12,13 +12,11 @@ Last-Update: 2021-01-13
entry: {
app: './src/main.js',
- vendor: ['thenby', 'd3', 'd3-scale-chromatic', 'natural-sort']
-+ //vendor: ['thenby', 'd3', 'd3-scale-chromatic', 'natural-sort']
},
plugins: [
- new webpack.optimize.CommonsChunkPlugin('vendor', 'dist/vendor.bundle.js'),
- new webpack.optimize.UglifyJsPlugin({
- compress: { warnings: false }
-+ //new webpack.optimize.CommonsChunkPlugin('vendor', 'dist/vendor.bundle.js'),
+ new UglifyJsPlugin({
+ uglifyOptions: {
+ "warnings": false
=====================================
debian/patches/series
=====================================
@@ -1 +1 @@
-fix
+0001-make-compatible-with-webpack4.patch
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/-/commit/a23e3741026af322869baf60faa4ec21302c2c34
--
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/-/commit/a23e3741026af322869baf60faa4ec21302c2c34
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210113/d1231488/attachment.html>
More information about the debian-med-commit
mailing list