Skip to content

Commit

Permalink
WIP: Minimal reproduction for swc-project#763
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 8, 2020
1 parent e46327c commit c9421e1
Show file tree
Hide file tree
Showing 16 changed files with 24,801 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/projects/issue-763-2/.gitignore
@@ -0,0 +1,2 @@
public/
out/
124 changes: 124 additions & 0 deletions tests/projects/issue-763-2/swc-bug/package.json
@@ -0,0 +1,124 @@
{
"name": "bug-rep",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:old": "gulp",
"start": "webpack --config webpack.vendor.config.js && webpack-dev-server --config webpack.dev.js",
"build": "NODE_ENV=production && webpack --config webpack.prod.js",
"build:old": "gulp production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"to-snake-case": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-transform-classes": "^7.4.3",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.3",
"@babel/plugin-transform-for-of": "^7.4.3",
"@babel/plugin-transform-function-name": "^7.4.3",
"@babel/plugin-transform-instanceof": "^7.2.0",
"@babel/plugin-transform-jscript": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-object-super": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.4.3",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-sticky-regex": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/plugin-transform-unicode-regex": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"@pmmmwh/react-refresh-webpack-plugin": "github:pmmmwh/react-refresh-webpack-plugin",
"@swc/cli": "^0.1.24",
"@swc/core": "1.1.41",
"@types/ini": "^1.3.30",
"babel-loader": "^8.0.5",
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
"babel-plugin-transform-minify-booleans": "^6.9.4",
"babel-plugin-transform-property-literals": "^6.9.4",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.26.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"del": "^4.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.11.1",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"fast-sass-loader": "^1.5.0",
"file-loader": "^3.0.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-consolidate": "^0.2.0",
"gulp-cssnano": "^2.1.3",
"gulp-hologram": "^1.2.3",
"gulp-htmlmin": "^5.0.1",
"gulp-noop": "^1.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-vars": "^1.3.0",
"gulp-template": "^5.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"gulp4-run-sequence": "^0.3.2",
"happypack": "^5.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"merge-stream": "^1.0.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"raw-loader": "^2.0.0",
"react-hot-loader": "^4.8.3",
"react-refresh": "^0.8.2",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"speed-measure-webpack-plugin": "^1.3.3",
"stylelint": "^9.8.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.4",
"swc-loader": "^0.1.9",
"terser-webpack-plugin": "^3.0.0",
"thread-loader": "^2.1.2",
"url-loader": "^1.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.2",
"webpack-stream": "^5.2.1",
"webpack-visualizer-plugin": "^0.1.11",
"webpackbar": "^4.0.0"
}
}

0 comments on commit c9421e1

Please sign in to comment.