packages/react-scripts
config
webpack.config.js +15 -3
package.json +1 -0
test/fixtures/wasm-support
__snapshots__
index.test.js.snap +5 -0
src
App.js +18 -0
index.js +5 -0
hello_world_bg.wasm +0 -0
index.test.js +41 -0
package.json +7 -0
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -270,8 +270,8 @@ module.exports = function(webpackEnv) {
@@ -557,6 +557,13 @@ module.exports = function(webpackEnv) {
@@ -568,7 +575,12 @@ module.exports = function(webpackEnv) {
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 5
- 0
test/fixtures/wasm-support/src/App.js
0 → 100644
+ 18
- 0
test/fixtures/wasm-support/src/index.js
0 → 100644
+ 5
- 0
+ 0
- 0
hello_world_bg.wasm
Download
test/fixtures/wasm-support/index.test.js
0 → 100644
+ 41
- 0
test/fixtures/wasm-support/package.json
0 → 100644
+ 7
- 0