소스 검색

webpack beta 25 update

sanex3339 8 년 전
부모
커밋
472a97a98c
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      package.json
  2. 1 2
      webpack.config.js

+ 1 - 1
package.json

@@ -57,7 +57,7 @@
     "ts-node": "^1.3.0",
     "tslint": "^3.15.1",
     "typescript": "^2.0.0",
-    "webpack": "^2.1.0-beta.22",
+    "webpack": "^2.1.0-beta.25",
     "webpack-node-externals": "^1.4.3"
   },
   "repository": {

+ 1 - 2
webpack.config.js

@@ -21,8 +21,7 @@ module.exports = {
         ]
     },
     resolve: {
-        extensions: ['', '.ts'],
-        modulesDirectories: ['./src', './node_modules']
+        extensions: ['.ts']
     },
     plugins: [
         new webpack.BannerPlugin(