Commit e53bb683 by Ari Rizzitano

more config

parent cd433fba
...@@ -4,3 +4,5 @@ node_modules ...@@ -4,3 +4,5 @@ node_modules
npm-debug.log npm-debug.log
coverage coverage
jest* jest*
dist
scoped
...@@ -17,7 +17,7 @@ const commonConfig = { ...@@ -17,7 +17,7 @@ const commonConfig = {
extensions: ['.js', '.jsx'], extensions: ['.js', '.jsx'],
}, },
plugins: [ plugins: [
new MinifyPlugin(), // new MinifyPlugin(),
], ],
module: { module: {
rules: [ rules: [
......
...@@ -21,7 +21,6 @@ module.exports = { ...@@ -21,7 +21,6 @@ module.exports = {
options: { options: {
modules: true, modules: true,
localIdentName: '[local]', localIdentName: '[local]',
sourceMap: true,
}, },
}, },
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "@edx/paragon", "name": "@edx/paragon",
"version": "0.0.0-development", "version": "0.0.0-development",
"description": "Accessible, responsive UI component library based on Bootstrap.", "description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "src/index.js", "main": "dist/paragon.min.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "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