Skip to content

Commit

Permalink
更新配置
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdu committed Oct 16, 2019
1 parent d7d8619 commit 2144ceb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ module.exports = {
},
resolveLoader: {
modules: [
'node_modules',
path.resolve(process.env.NODE_PATH) // Use for npm link
'node_modules'
]
},
module: {
Expand All @@ -36,8 +35,8 @@ module.exports = {
use: [
'vue-loader',
{
// loader: path.resolve(__dirname, 'lib/index.js'),
loader: 'vue-dotmd-loader',
loader: path.resolve(__dirname, 'lib/index.js'),
// loader: 'vue-dotmd-loader',
options: {
dest: true,
markdown: {
Expand Down

0 comments on commit 2144ceb

Please sign in to comment.