cra-template-drupal-pdb
v1.0.13
Published
A base for Create React App in Drupal custom block modules.
Downloads
7
Maintainers
Readme
About
This is a simple template that uses craco to extend Create React App webpack configuration. Here is what it does:
- removes chunking
- removes hashing
for this reason we are better able to control the file we want to assign in our Drupal 8 custom module libraries.
Install
npx create-react-app app --template drupal-pdb
Commands
We provide craco commands to run our custom overides; start-craco
, build-craco
, test-craco
.