preact

v8.4.6arrow_drop_down
v8.4.6
v8.4.5
v8.4.4
v8.4.3
v8.4.2
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
STATUS
Passing
DOWNLOADS
1,080
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
244 KB
Bit preact compiler for transpiling preact components.
4 contributors
Install preact as a package?
Copied
npm i @bit/bit.envs.compilers.preact
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

Babel-based transpiling environment for Preact components

Bit build environment for transpiling Preact components using Bit.

How to use?

Import the environment.

bit import bit.envs/compilers/preact -c

Then build using bit build.

bit build

What’s inside

  • Compiles js, jsx and ts files.
  • In order to see which babel presets and plugins are used, take a look at the .babelrc file.

Reconfiguring this environment

In case the configuration presets in the .babelrc file of this component are not well suited to your needs, follow these steps to modify it.

Got any issues or questions?

Collaboration on this Bit environment happens in this repository. Please open an issue or submit pull request there.

Help and resources