Skip to content

Commit

Permalink
temporarily disable souce-map due to the bug of webpack-contrib/babel…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossa573 committed Jun 9, 2019
1 parent 89203b9 commit 78258c1
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 364 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "2.3.15",
"version": "2.3.16",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
"main": "./dist/index.js",
"engines": {
Expand All @@ -26,26 +26,26 @@
"url": "https://github.com/aftership/phone/issues"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/node": "^12.0.7",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"codecov": "^2.3.1",
"codecov": "^3.5.0",
"dotenv": "^6.2.0",
"eslint": "^4.5.0",
"eslint-config-aftership": "^4.5.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-import": "^2.17.3",
"jest": "^23.3.0",
"lodash": "^4.17.11",
"ts-node": "^7.0.1",
"twilio": "^3.26.0",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-sources": "1.0.1"
"twilio": "^3.31.1",
"typescript": "^3.5.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"webpack-sources": "^1.3.0"
},
"keywords": [
"phone",
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ const MinifyPlugin = require('babel-minify-webpack-plugin');
const webpack = require('webpack');

module.exports = {
devtool: 'source-map',
// devtool: 'source-map',
entry: './lib/index.js',
mode: 'production',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'index.js',
Expand Down
Loading

0 comments on commit 78258c1

Please sign in to comment.