该项目是react+ts写的。内嵌5条产线的10个三维模型。
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

15 rader
328 B

  1. 'use strict';
  2. // This is a custom Jest transformer turning style imports into empty objects.
  3. // http://facebook.github.io/jest/docs/en/webpack.html
  4. module.exports = {
  5. process() {
  6. return 'module.exports = {};';
  7. },
  8. getCacheKey() {
  9. // The output is always the same.
  10. return 'cssTransform';
  11. },
  12. };