Commit 20335710 by Ari Rizzitano

change compiled classname and remove some implicit deps

parent a53c9b8f
...@@ -20,7 +20,7 @@ module.exports = { ...@@ -20,7 +20,7 @@ module.exports = {
loader: 'css-loader', loader: 'css-loader',
options: { options: {
modules: true, modules: true,
localIdentName: '[name]__[local]___[hash:base64:5]', localIdentName: 'paragon__[local]',
sourceMap: true, sourceMap: true,
}, },
}, },
......
...@@ -60,10 +60,8 @@ ...@@ -60,10 +60,8 @@
"enzyme": "^3.1.1", "enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4", "enzyme-adapter-react-16": "^1.0.4",
"eslint": "^4.5.0", "eslint": "^4.5.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-edx": "^4.0.1", "eslint-config-edx": "^4.0.1",
"eslint-import-resolver-webpack": "^0.8.1", "eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-jsx-a11y": "^5.1.0",
"eslint-plugin-react": "^7.1.0", "eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.1", "extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.4", "file-loader": "^1.1.4",
......
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