You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Please check the troubleshooting guide before reporting anything. It contains important information on how to fix or diagnose errors.
Issue type (mark with x)
π€ Question
π Bug report
π Feature request
π€·ββοΈ Other
Version (mark with x)
2οΈβ£ v2.x
3οΈβ£ v3.x
Description
I'm trying to use Recoil for State-management. Now recoil uses the spread operator and babel fails then when it tries to add the Liferay.bundler.define around it, because it doesn't know the token.
Desired behavior:
The liferay-bundler can parse files with the spread-operator
Current behavior:
The liferay-bundler ignores these files
Repro instructions (if applicable):
install recoil
import it
build it
check the builded files. there should be no Liferay.Loader.define around it.
Other information (environment, versions etc):
Liferay 7.3.6
Maybe there are more ES6 features that would also be nice that babel understands it, but at the moment I think the spread-operator is the important one.
The text was updated successfully, but these errors were encountered:
Issue type (mark with
x
)Version (mark with
x
)Description
I'm trying to use Recoil for State-management. Now recoil uses the spread operator and babel fails then when it tries to add the Liferay.bundler.define around it, because it doesn't know the token.
Desired behavior:
The liferay-bundler can parse files with the spread-operator
Current behavior:
The liferay-bundler ignores these files
Repro instructions (if applicable):
Other information (environment, versions etc):
Liferay 7.3.6
Maybe there are more ES6 features that would also be nice that babel understands it, but at the moment I think the spread-operator is the important one.
The text was updated successfully, but these errors were encountered: