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