This package has been deprecated

Author message:

this package has been deprecated

parkrooau-js

1.1.9 • Public • Published

Parkrooau-JS

Just a quick bit of customisable boilerplate surrounding a Webpacky Babel transpiler, for use in Parkroo.com.

JavaScript file:

/*webpackConfig
{
  "resolve": true, // metadata for use in parkrooau-compiler
  "externals": {
    "react": "React",
    "react-dom": "ReactDOM"
  }
}
*/

import React, { Component } from 'react';

class MyComponent extends Component {
  ...
}

This will get compiled with the above externals settings built-in.

Readme

Keywords

none

Package Sidebar

Install

npm i parkrooau-js

Weekly Downloads

1

Version

1.1.9

License

ISC

Last publish

Collaborators

  • parkroolucas