Commit e53bb683 by Ari Rizzitano

more config

parent cd433fba
......@@ -4,3 +4,5 @@ node_modules
npm-debug.log
coverage
jest*
dist
scoped
......@@ -17,7 +17,7 @@ const commonConfig = {
extensions: ['.js', '.jsx'],
},
plugins: [
new MinifyPlugin(),
// new MinifyPlugin(),
],
module: {
rules: [
......
......@@ -21,7 +21,6 @@ module.exports = {
options: {
modules: true,
localIdentName: '[local]',
sourceMap: true,
},
},
{
......
......@@ -2,7 +2,7 @@
"name": "@edx/paragon",
"version": "0.0.0-development",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "src/index.js",
"main": "dist/paragon.min.js",
"license": "MIT",
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment