react-file-base64
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-file-base64", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React Component for Converting File to base64", | ||
@@ -37,3 +37,2 @@ "main": "./src/js/components/react-file-base64.js", | ||
"es6-promise": "^3.1.2", | ||
"sass-loader": "^3.2.0", | ||
"style-loader": "^0.13.1", | ||
@@ -40,0 +39,0 @@ "webpack": "^1.13.0", |
@@ -7,4 +7,2 @@ | ||
require('../../sass/main.sass') | ||
class App extends React.Component { | ||
@@ -11,0 +9,0 @@ |
@@ -21,4 +21,4 @@ | ||
{ | ||
test: /\.sass$/, | ||
loaders: ['style','css', 'sass'] | ||
test: /\.css$/, | ||
loaders: ['style','css'] | ||
} | ||
@@ -25,0 +25,0 @@ ] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
160514
8
12
690