Skip to content

Commit 57b6787

Browse files
committed
correct vue-multiselect.min path
1 parent 887cdc1 commit 57b6787

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build/webpack.base.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ module.exports = {
8080
},
8181
]
8282
},
83+
sassLoader: {
84+
includePaths: [path.join(__dirname, '../node_modules')]
85+
},
8386
eslint: {
8487
formatter: require('eslint-friendly-formatter')
8588
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"vue-loader": "^11.1.4",
8383
"vue-multiselect": "^2.0.0-beta.15",
8484
"vue-router": "^2.3.0",
85-
"vue-style-loader": "^2.0.3",
8685
"vue-template-compiler": "^2.2.1",
8786
"webpack": "^1.13.2",
8887
"webpack-dev-middleware": "^1.10.1",

src/styles/subject-select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~/vue-multiselect/dist/vue-multiselect.min.css';
1+
@import './vue-multiselect/dist/vue-multiselect.min';
22
@import '../conf';
33

44
.multiselect__select {

0 commit comments

Comments
 (0)