10 lines
290 B
Bash
Executable File
10 lines
290 B
Bash
Executable File
#!/bin/bash
|
|
# This file is in the public domain.
|
|
|
|
# Fix: ERROR Cannot find module 'xxx' with esbuild 0.17 and linaria 4.2
|
|
# remove when this PR is accepted
|
|
# https://github.com/callstack/linaria/pull/1256
|
|
|
|
cp linaria-esbuild-plugin-fixed.mjs ./node_modules/@linaria/esbuild/dist/index.mjs
|
|
|