Skip to content

Commit

Permalink
Removed libphonenumber.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Dec 17, 2018
1 parent 3b70c5d commit 8903e7d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 903 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist/**
example/**
test/**
src/libphonenumber.js
node_modules/*
package.json
webpack.*.js
Expand Down
3 changes: 0 additions & 3 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ module.exports = {
loader: 'eslint-loader',
enforce: 'pre',
include: paths.appSrc,
exclude: /libphonenumber\.js/,
},
{
exclude: [
Expand All @@ -80,7 +79,6 @@ module.exports = {
{
test: /\.(js|jsx)$/,
include: paths.appSrc,
exclude: /libphonenumber\.js/,
loader: 'babel-loader',
},
{
Expand Down Expand Up @@ -118,7 +116,6 @@ module.exports = {
/^\.\/main\.css$/,
'../dist/main.css'
),
new CopyWebpackPlugin([{ from: 'src/libphonenumber.js', to: './' }]),
new HtmlWebpackPlugin({
inject: true,
template: paths.appHtml,
Expand Down
3 changes: 0 additions & 3 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module.exports = {
loader: 'eslint-loader',
enforce: 'pre',
include: paths.appSrc,
exclude: /libphonenumber\.js/,
},
{
exclude: [
Expand All @@ -106,7 +105,6 @@ module.exports = {
{
test: /\.(js|jsx)$/,
include: paths.appSrc,
exclude: /libphonenumber\.js/,
loader: 'babel-loader',
},
{
Expand Down Expand Up @@ -196,7 +194,6 @@ module.exports = {
new MiniCssExtractPlugin({
filename: 'main.css',
}),
new CopyWebpackPlugin([{ from: 'src/libphonenumber.js', to: './' }]),
],
node: {
fs: 'empty',
Expand Down
2 changes: 1 addition & 1 deletion example/example.js

Large diffs are not rendered by default.

446 changes: 0 additions & 446 deletions example/libphonenumber.js

This file was deleted.

2 changes: 1 addition & 1 deletion example/main.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@
"src/**/*.js",
"!**/__mocks__/**",
"!**/__tests__/**",
"!src/example.js",
"!src/libphonenumber.js"
"!src/example.js"
],
"setupFiles": [
"<rootDir>/config/polyfills.js",
Expand Down
446 changes: 0 additions & 446 deletions src/libphonenumber.js

This file was deleted.

0 comments on commit 8903e7d

Please sign in to comment.