mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-05 16:42:27 +03:00
refactor: reduce dist files sizes (#76)
* fix(parser): plugin-helper import, remove dist file code duplication * feat(plugin-helper): reduce bundle size, set new limits to 650 bytes * refactor(preset): html5, react presets to reduce the size of dist files
This commit is contained in:
committed by
GitHub
parent
4e79abb833
commit
fda6ddd6ee
@@ -1,5 +1,5 @@
|
||||
import TagNode from '@bbob/plugin-helper/lib/TagNode';
|
||||
import { isTagNode } from '@bbob/plugin-helper';
|
||||
import { isTagNode } from '@bbob/plugin-helper/lib/index';
|
||||
import { createLexer } from './lexer';
|
||||
import { createList } from './utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user