diff --git a/.travis.yml b/.travis.yml index 5661592..33bf162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ node_js: - 5.2.0 before_install: - npm install -script: -- webpack --bail --progress --build sudo: false before_deploy: - npm-prepublish --verbose diff --git a/package.json b/package.json index 735b0e6..440fe33 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ }, "devDependencies": { "appirio-tech-webpack-config": "^0.1.5", + "coffee-script": "^1.10.0", "concurrently": "^0.1.1", "express": "^4.13.3", "npm-prepublish": "^1.2.1", diff --git a/webpack.config.js b/webpack.config.js index a480b4a..c0e1872 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,8 +1,3 @@ require('./node_modules/coffee-script/register'); -config = require('appirio-tech-webpack-config')({ - dirname: __dirname, - entry: './example/index' -}); - module.exports = config; \ No newline at end of file