Skip to content

Commit

Permalink
reproduce vue-loader issue with postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 3, 2018
1 parent ad4020a commit ba578d3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 40 deletions.
1 change: 1 addition & 0 deletions dist/main.754626b7dca363f7b6fe.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions dist/main.fecd6374e25e9057fe72.css

This file was deleted.

4 changes: 2 additions & 2 deletions dist/main.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<template>
<div id="app"></div>
</template>
<style lang="scss" src="./app.scss"></style>
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue'

import App from './App'
// import './app.scss'
import './app.scss'

new Vue({
el: '#app',
Expand Down

0 comments on commit ba578d3

Please sign in to comment.