Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32556404
D3751.1767223688.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
686 B
Referenced Files
None
Subscribers
None
D3751.1767223688.diff
View Options
diff --git a/landing/webpack.config.cjs b/landing/webpack.config.cjs
--- a/landing/webpack.config.cjs
+++ b/landing/webpack.config.cjs
@@ -1,15 +1,16 @@
/* eslint-disable flowtype/require-valid-file-annotation */
/* eslint-disable no-undef */
-const path = require('path');
const AssetsPlugin = require('assets-webpack-plugin');
+const path = require('path');
-const babelConfig = require('./babel.config.cjs');
const {
createProdBrowserConfig,
createDevBrowserConfig,
createNodeServerRenderingConfig,
} = require('lib/webpack/shared.cjs');
+const babelConfig = require('./babel.config.cjs');
+
const baseBrowserConfig = {
entry: {
browser: ['./script.js'],
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 11:28 PM (3 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5874617
Default Alt Text
D3751.1767223688.diff (686 B)
Attached To
Mode
D3751: [landing] [chore] [ENG-1010] fix import order in webpack
Attached
Detach File
Event Timeline
Log In to Comment