mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
update webpack and package.json with index.jsx entrypoint
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "awx-react",
|
"name": "awx-react",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.jsx",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
||||||
"test": "jest --watchAll --coverage",
|
"test": "jest --watchAll --coverage",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ const TARGET_PORT = 8043;
|
|||||||
const TARGET = `https://localhost:${TARGET_PORT}`;
|
const TARGET = `https://localhost:${TARGET_PORT}`;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
entry: './src/index.js',
|
entry: './src/index.jsx',
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user