generator-arc-component
Advanced tools
Comparing version 1.0.4 to 1.1.1
import <%= root_component_name %> from '../src'; | ||
import React from 'react'; | ||
import {render} from 'react-dom'; | ||
//HMR | ||
if(module.hot){ | ||
module.hot.accept(); | ||
} | ||
class Main extends React.Component{ | ||
@@ -6,0 +9,0 @@ render(){ |
@@ -66,3 +66,2 @@ var path = require('path'); | ||
}), | ||
new webpack.HotModuleReplacementPlugin(), | ||
new HtmlWebpackPlugin({ | ||
@@ -69,0 +68,0 @@ title: '<%= appname %>', |
{ | ||
"name": "generator-arc-component", | ||
"version": "1.0.4", | ||
"version": "1.1.1", | ||
"description": "Generate accessible react component boilerplate", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
298