Skip to content

Commit

Permalink
修复 webpack demo 配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
littledu committed Aug 17, 2016
1 parent 1798834 commit 3eaf63e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tmt-workflow",
"version": "1.5.4",
"version": "1.5.5",
"dependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.10.4",
Expand Down
4 changes: 2 additions & 2 deletions project-webpack/webpack.config.js
Expand Up @@ -5,10 +5,10 @@ module.exports = {
context: './src',
entry: {
'index': './js/index.js',
'prism': './js/lib/prism.js'
'lib/prism': './js/lib/prism.js'
},
output: {
path: __dirname,
path:__dirname,
filename: '[name].js'
},
module: {
Expand Down

0 comments on commit 3eaf63e

Please sign in to comment.