Skip to content

Commit b867593

Browse files
committed
clean up
1 parent ee9e8dd commit b867593

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This repo serves as the starting point for NativeScript + Vue.js projects, using
44

55
This template was born ready for Vue single file components\* (`.vue` files)!
66

7-
*(\*) Er... almost... the `<style>` section isn't working yet...*
8-
97
# Usage
108

119
1. Install NativeScript tools (see http://docs.nativescript.org/start/quick-setup)

package-lock.json

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"sass-loader": "^6.0.6",
4040
"style-loader": "^0.18.2",
4141
"vue-loader": "^12.2.1",
42+
"vue-style-loader": "^3.0.1",
4243
"vue-template-compiler": "2.3.0",
4344
"webpack": "~2.6.1",
4445
"webpack-sources": "~1.0.1"

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function getPlugins(platform, env) {
136136

137137
new MergeFilesPlugin({
138138
filename: 'app.css',
139-
test: /app-[0-1]\.css/, // it could also be a string
139+
test: /app-[0-1]\.css/,
140140
deleteSourceFiles: true
141141
}),
142142

0 commit comments

Comments
 (0)