oriente-ui
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "oriente-ui", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A bunch of components for supporting Oriente front-end team.", | ||
@@ -25,2 +25,3 @@ "main": "lib/oriente-ui.umd.min.js", | ||
"sass-loader": "^7.1.0", | ||
"svg-inline-loader": "^0.8.0", | ||
"vue-cli-plugin-styleguidist": "^3.22.2", | ||
@@ -27,0 +28,0 @@ "vue-template-compiler": "^2.5.17" |
@@ -5,3 +5,3 @@ # Oriente UI | ||
[DEMO](https://oriente-ui.github.io/) | ||
[DEMO](https://workspace.tonypai.now.sh) | ||
@@ -8,0 +8,0 @@ ## Setup |
@@ -37,3 +37,3 @@ const path = require('path') | ||
{ | ||
test: /\.(png|jpe?g|gif|svg)$/, | ||
test: /\.(png|jpe?g|gif)$/, | ||
loader: 'url-loader', | ||
@@ -46,2 +46,6 @@ query: { | ||
{ | ||
test: /\.svg$/, | ||
loader: 'svg-inline-loader' | ||
}, | ||
{ | ||
test: /\.(css?|scss)(\?.*)?$/, | ||
@@ -48,0 +52,0 @@ loaders: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
444907
15
67
8