We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在想前端工程里使用您的项目,但是发现我用npm下的包 只引出了Parser方法。 如果我想用这个项目的话, 只能通过script的方式使用吗?
补充: 刚刚我看了一下,发现src/server/index里的确只有暴露出了Parser和version这两个不知道方不方便做一下修改?
src/server/index
Parser
version
The text was updated successfully, but these errors were encountered:
稍后,我做一下处理
Sorry, something went wrong.
你好,我目前在我的项目中是这么引用的
import Mditor from 'mditor/src/client/index';
还需要在wepack配置中加入一个 raw-loader
... { test: /mditor\/src\/.*\/.*.html$/, loader: 'raw-loader' }, ...
不知道有没有更官方的解决方式。
PS: 这么引 我的项目打包速度 明显慢了很多...
No branches or pull requests
我在想前端工程里使用您的项目,但是发现我用npm下的包 只引出了Parser方法。
如果我想用这个项目的话, 只能通过script的方式使用吗?
补充:
刚刚我看了一下,发现
src/server/index
里的确只有暴露出了Parser
和version
这两个不知道方不方便做一下修改?The text was updated successfully, but these errors were encountered: