mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
update webpack and package.json with index.jsx entrypoint
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user