v0.0.11: Added unit-tests, solved the key={...} problem, updated the build/watch configuration of CSX to be able to build minified and non-minified bundle outputs, as well as a CJS version of lib/ (for consuming in Node-environment, like Jest). The previous tests were renamed to examples, and should still need to be updated.
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptSettings">
|
||||
<option name="languageLevel" value="ES6" />
|
||||
<option name="languageLevel" value="JSX" />
|
||||
</component>
|
||||
</project>
|
||||
2
.idea/webResources.xml
generated
2
.idea/webResources.xml
generated
@@ -16,6 +16,8 @@
|
||||
<path value="file://$PROJECT_DIR$/packages/babel-plugin-transform-csx" />
|
||||
<path value="file://$PROJECT_DIR$/packages/csx/src" />
|
||||
<path value="file://$PROJECT_DIR$/tests" />
|
||||
<path value="file://$PROJECT_DIR$/jest" />
|
||||
<path value="file://$PROJECT_DIR$/examples" />
|
||||
</resourceRoots>
|
||||
</entryData>
|
||||
</entry>
|
||||
|
||||
Reference in New Issue
Block a user