Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
🚚 Rename Hello.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 17, 2017
1 parent 78b1af3 commit da21b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ module.exports = {
filename: `${filename}.common.js`,
},
entry: './src/index.js',
resolve: {
extensions: ['.js', '.vue', '.jsx', 'css'],
alias: {
'src': resolve(__dirname, '../src')
}
},
module: {
rules: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MdcButton from '../../src/Button.vue'
import MdcButton from 'src/Button.vue'
import { createVM } from '../helpers/utils.js'

describe('Button.vue', function () {
Expand Down

0 comments on commit da21b06

Please sign in to comment.