We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a1b2f commit 9a2ab60Copy full SHA for 9a2ab60
nova.mix.js
@@ -1,6 +1,4 @@
1
const mix = require('laravel-mix')
2
-const webpack = require('webpack')
3
-const path = require('path')
4
5
class NovaExtension {
6
name() {
@@ -16,14 +14,6 @@ class NovaExtension {
16
14
vue: 'Vue',
17
15
}
18
19
- webpackConfig.resolve.alias = {
20
- ...(webpackConfig.resolve.alias || {}),
21
- 'laravel-nova': path.join(
22
- __dirname,
23
- '../../vendor/laravel/nova/resources/js/mixins/packages.js'
24
- ),
25
- }
26
-
27
webpackConfig.output = {
28
uniqueName: this.name,
29
0 commit comments