Skip to content

Commit

Permalink
Remove uglification
Browse files Browse the repository at this point in the history
  • Loading branch information
ashubham committed Feb 22, 2018
1 parent 70dd9e9 commit f6080c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markee",
"version": "0.3.8",
"version": "0.3.9",
"description": "Visual markers for selected text",
"main": "dist/markee.js",
"typings": "build/index.d.ts",
Expand Down
6 changes: 1 addition & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
const path = require('path');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');

module.exports = {
entry: './build/index.js',
output: {
filename: 'markee.js',
path: path.resolve(__dirname, 'dist'),
library: 'Markee'
},
plugins: [
new UglifyJSPlugin()
]
}
};

0 comments on commit f6080c5

Please sign in to comment.