UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

8 lines (7 loc) 232 B
// Export automatic JSX development runtime (CommonJS) // Note: This requires the client platform to be built const client = require('../client/index.js'); module.exports = { jsxDEV: client.jsxDEV, Fragment: client.Fragment, };