Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3355581
D3751.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
594 B
Referenced Files
None
Subscribers
None
D3751.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,13 +1,14 @@
-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
Sun, Nov 24, 2:41 PM (19 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2576417
Default Alt Text
D3751.diff (594 B)
Attached To
Mode
D3751: [landing] [chore] [ENG-1010] fix import order in webpack
Attached
Detach File
Event Timeline
Log In to Comment